diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-12-26 23:15:16 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-12-26 23:15:16 +0000 |
commit | abade416d152b1c48cc711b0d994e9cdd279da4e (patch) | |
tree | f66345d5cf61823f1fddd0d589fc5707842dd0fe /package/mac80211/Config.in.b43 | |
parent | 3c175fb47c2667394119e720b14f8d202f53d3c7 (diff) | |
download | upstream-abade416d152b1c48cc711b0d994e9cdd279da4e.tar.gz upstream-abade416d152b1c48cc711b0d994e9cdd279da4e.tar.bz2 upstream-abade416d152b1c48cc711b0d994e9cdd279da4e.zip |
b43 and b43legacy: squash firmware
Only G and L-PHY are supportted by b43 driver
Add squash firmware for b43legacy
SVN-Revision: 18947
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 |