aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/redboot-script.pl
Commit message (Expand)AuthorAgeFilesLines
* scripts: avoid hard-coded paths in scriptsIblis Lin2016-04-281-1/+1
* scripts: add tool for generating redboot scriptsJonas Gorski2015-07-251-0/+111
n1'>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -1,5 +1,5 @@
 config WIRELESS_EXT
-	bool
+	bool "Wireless extensions"
 
 config WEXT_CORE
 	def_bool y
@@ -11,10 +11,10 @@ config WEXT_PROC
 	depends on WEXT_CORE
 
 config WEXT_SPY
-	bool
+	bool "WEXT_SPY"
 
 config WEXT_PRIV
-	bool
+	bool "WEXT_PRIV"
 
 config CFG80211
 	tristate "cfg80211 - wireless configuration API"