Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0aa4f3331b1df09a500e1fda84145255303af573
Commit:     0aa4f3331b1df09a500e1fda84145255303af573
Parent:     3b04ddde02cf1b6f14f2697da5c20eca5715017f
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Wed Sep 26 22:21:28 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 16:52:52 2007 -0700

    [WIRELESS]: Fix Kconfig.
    
    Seems that a bare "depends" is no longer allowed in Sam's kbuild tree.
    
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/wireless/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 6291f13..6426055 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -3,7 +3,7 @@ config CFG80211
 
 config NL80211
        bool "nl80211 new netlink interface support"
-       depends CFG80211
+       depends on CFG80211
        default y
        ---help---
          This option turns on the new netlink interface
-
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