X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fmac80211%2FConfig.in;h=5994ba71ef1286247d9bdd1073a9f98644e9d02c;hb=8e139185b290575aebe34b7cddfe70be3c317cd4;hp=f3eb5ec3cf0b84d8a115855cf0ca32c1df555e90;hpb=7d3da97bc60f35ecbe4f62f19c3a3d45dd11315f;p=openwrt-10.03%2F.git diff --git a/package/mac80211/Config.in b/package/mac80211/Config.in index f3eb5ec3c..5994ba71e 100644 --- a/package/mac80211/Config.in +++ b/package/mac80211/Config.in @@ -1,19 +1,11 @@ # mac80211 configuration -choice - prompt "b43 firmware version" - depends on PACKAGE_kmod-b43 - default B43_STABLE - help - This option allows you to select the version of the b43 firmware. - -config B43_STABLE - bool "4.150.10.5 (stable)" - -config B43_EXPERIMENTAL - bool "4.178.10.4 (experimental)" - -config B43_OPENFIRMWARE - bool "Open FirmWare for WiFi networks" - -endchoice +config PACKAGE_MAC80211_DEBUGFS + bool "Export mac80211 internals in DebugFS" + depends on PACKAGE_kmod-mac80211 + default y + ---help--- + Select this to see extensive information about + the internal state of mac80211 in debugfs. + + Say N unless you know you need this.