diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-12-26 23:15:16 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-12-26 23:15:16 +0000 |
commit | b1efecf94bbf2c4b5106f3a7846d1008105fafd7 (patch) | |
tree | 387e01d2788cb52e46e18782eab391c401a162e9 /package/mac80211/Config.in.b43 | |
parent | 76c9220efaf46f8fe762a9f86dc4c35f517c396e (diff) | |
download | upstream-b1efecf94bbf2c4b5106f3a7846d1008105fafd7.tar.gz upstream-b1efecf94bbf2c4b5106f3a7846d1008105fafd7.tar.bz2 upstream-b1efecf94bbf2c4b5106f3a7846d1008105fafd7.zip |
[mac80211] b43 and b43legacy: squash firmware
Only G and L-PHY are supportted by b43 driver
Add squash firmware for b43legacy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18947 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Config.in.b43')
-rw-r--r-- | package/mac80211/Config.in.b43 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package/mac80211/Config.in.b43 b/package/mac80211/Config.in.b43 index 04576a81aa..e1f4d37d72 100644 --- a/package/mac80211/Config.in.b43 +++ b/package/mac80211/Config.in.b43 @@ -47,10 +47,7 @@ config B43_FW_SQUASH 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" @@ -66,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 - default "A,AG,G,LP" + default "G,LP" help This is a comma seperated list of PHY types: A => A-PHY |