projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: always use wpa_supplicant for client connections (patch by Stijn Tintel)
[openwrt.git]
/
package
/
mac80211
/
Config.in.b43
diff --git
a/package/mac80211/Config.in.b43
b/package/mac80211/Config.in.b43
index
f539931
..
e1f4d37
100644
(file)
--- a/
package/mac80211/Config.in.b43
+++ b/
package/mac80211/Config.in.b43
@@
-3,7
+3,7
@@
choice
prompt "b43 firmware version"
depends on PACKAGE_kmod-b43
choice
prompt "b43 firmware version"
depends on PACKAGE_kmod-b43
- default B43_
STABLE
+ default B43_
EXPERIMENTAL
help
This option allows you to select the version of the b43 firmware.
help
This option allows you to select the version of the b43 firmware.
@@
-41,20
+41,18
@@
endchoice
config B43_FW_SQUASH
bool "Remove unnecessary firmware files"
depends on PACKAGE_kmod-b43 && !B43_OPENFIRMWARE
config B43_FW_SQUASH
bool "Remove unnecessary firmware files"
depends on PACKAGE_kmod-b43 && !B43_OPENFIRMWARE
+ default y
help
This options allows you to remove unnecessary b43 firmware files
from the final rootfs image. This can reduce the rootfs size by
up to 200k.
help
This options allows you to remove unnecessary b43 firmware files
from the final rootfs image. This can reduce the rootfs size by
up to 200k.
- Do _NOT_ use this option, if you don't know the core revision
- and/or PHY type of your wireless chip.
-
- If unsure, say N.
+ If unsure, say Y.
config B43_FW_SQUASH_COREREVS
string "Core revisions to include"
depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
config B43_FW_SQUASH_COREREVS
string "Core revisions to include"
depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
- default "5,6,7,8,9,10"
+ default "5,6,7,8,9,10
,13,14,15
"
help
This is a comma seperated list of core revision numbers.
Example (keep files for rev5 only):
help
This is a comma seperated list of core revision numbers.
Example (keep files for rev5 only):
@@
-65,7
+63,7
@@
config B43_FW_SQUASH_COREREVS
config B43_FW_SQUASH_PHYTYPES
string "PHY types to include"
depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
config B43_FW_SQUASH_PHYTYPES
string "PHY types to include"
depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
- default "G,LP
,N
"
+ default "G,LP"
help
This is a comma seperated list of PHY types:
A => A-PHY
help
This is a comma seperated list of PHY types:
A => A-PHY
This page took
0.020881 seconds
and
4
git commands to generate.