diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-06-14 17:21:19 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-06-14 18:15:33 +0200 |
commit | 037ef13a161c6167b328aaf6ca0e259a5b7db037 (patch) | |
tree | 2601e5e3bad7bc780f580ff8f6c7efb711d233de /target/linux/brcm2708/Makefile | |
parent | a2f17214cd40c3557db34e262b28e25dcbf47edf (diff) | |
download | upstream-037ef13a161c6167b328aaf6ca0e259a5b7db037.tar.gz upstream-037ef13a161c6167b328aaf6ca0e259a5b7db037.tar.bz2 upstream-037ef13a161c6167b328aaf6ca0e259a5b7db037.zip |
brcm2708: move wifi calibration EEPROMs out of base-files
Ship EEPROM blobs for specific supported board only and don't have them
lurking around in our source tree but rather download them from
@github/RPi-Distro/firmware-nonfree upstream.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/brcm2708/Makefile')
-rw-r--r-- | target/linux/brcm2708/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index 8f3107bf1a..3032b9ffd1 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -27,8 +27,7 @@ DEFAULT_PACKAGES += \ kmod-usb-hid \ kmod-sound-core kmod-sound-arm-bcm2835 \ kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \ - brcmfmac-firmware-43430-sdio brcmfmac-firmware-43455-sdio \ - kmod-brcmfmac wpad-mini partx-utils mkf2fs e2fsprogs + partx-utils mkf2fs e2fsprogs KERNELNAME:=Image dtbs |