257-wireless_ext_kconfig_hack.patch 380 B

12345678910111213141516171819202122
  1. --- a/net/wireless/Kconfig
  2. +++ b/net/wireless/Kconfig
  3. @@ -1,5 +1,5 @@
  4. config WIRELESS_EXT
  5. - bool
  6. + bool "Wireless extensions"
  7. config WEXT_CORE
  8. def_bool y
  9. @@ -11,10 +11,10 @@ config WEXT_PROC
  10. depends on WEXT_CORE
  11. config WEXT_SPY
  12. - bool
  13. + bool "WEXT_SPY"
  14. config WEXT_PRIV
  15. - bool
  16. + bool "WEXT_PRIV"
  17. config CFG80211
  18. tristate "cfg80211 - wireless configuration API"