Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e0009820edfa50267eb7a3e3c43f5530325a987b
Commit:     e0009820edfa50267eb7a3e3c43f5530325a987b
Parent:     b77f2fa6299af4bbb7aa50c5064a0f087ea089d9
Author:     Jan Engelhardt <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 21 19:11:35 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Sat Jul 21 19:11:35 2007 -0700

    [NET]: Make NETDEVICES depend on NET.
    
    Enabling drivers from "Devices > Networking" (in menuconfig), for
    example SLIP and/or PLIP, throws link time errors when CONFIG_NET itself
    is =n. Have CONFIG_NETDEVICES depend on CONFIG_NET.
    
    Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 3073f67..f8a602c 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -5,6 +5,7 @@
 
 menuconfig NETDEVICES
        default y if UML
+       depends on NET
        bool "Network device support"
        ---help---
          You can say N here if you don't intend to connect your Linux box to
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to