Source-Makefile: package/firmware/b43legacy-firmware/Makefile Package: b43legacy-firmware Version: 3.130.20.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: firmware Category: Firmware Repository: base Title: Broadcom bcm43xx b43legacy firmware Maintainer: Source: wl_apsta-3.130.20.0.o Type: ipkg Description: Broadcom bcm43xx b43legacy firmware http://downloads.openwrt.org/sources @@ Config: if PACKAGE_b43legacy-firmware config B43LEGACY_FW_SQUASH bool "Remove unnecessary firmware files" default y help This options allows you to remove unnecessary b43legacy firmware files from the final rootfs image. This can reduce the rootfs size by up to 50k. If unsure, say Y. config B43LEGACY_FW_SQUASH_COREREVS string "Core revisions to include" depends on B43LEGACY_FW_SQUASH default "1,2,3,4" help This is a comma seperated list of core revision numbers. Example (keep files for rev4 only): 4 Example (keep files for rev2 and rev4): 2,4 endif @@