diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/Kconfig b/net/Kconfig index e2d9b3b..ae1817d 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -212,14 +212,17 @@ endmenu source "net/ax25/Kconfig" source "net/irda/Kconfig" source "net/bluetooth/Kconfig" -source "net/ieee80211/Kconfig" - -config WIRELESS_EXT - bool config FIB_RULES bool +menu "Wireless" + +source "net/wireless/Kconfig" +source "net/ieee80211/Kconfig" + +endmenu + endif # if NET endmenu # Networking |