mac80211: update to wireless-testing 2010-03-24
[openwrt-10.03/.git] / package / mac80211 / Config.in.b43legacy
1 # B43 configuration
2
3 config B43LEGACY_FW_SQUASH
4         bool "Remove unnecessary firmware files"
5         depends on PACKAGE_kmod-b43legacy
6         default y
7         help
8           This options allows you to remove unnecessary b43legacy firmware files
9           from the final rootfs image. This can reduce the rootfs size by
10           up to 50k.
11
12           If unsure, say Y.
13
14 config B43LEGACY_FW_SQUASH_COREREVS
15         string "Core revisions to include"
16         depends on PACKAGE_kmod-b43legacy && B43LEGACY_FW_SQUASH
17         default "1,2,3,4"
18         help
19           This is a comma seperated list of core revision numbers.
20           Example (keep files for rev4 only):
21                  4
22           Example (keep files for rev2 and rev4):
23                  2,4
24