index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
mac80211
/
Config.in
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/mac80211/Config.in')
-rw-r--r--
package/mac80211/Config.in
19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/mac80211/Config.in b/package/mac80211/Config.in
new file mode 100644
index 0000000000..355459c6ef
--- /dev/null
+++ b/
package/mac80211/Config.in
@@ -0,0 +1,19 @@
+# MadWifi 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