mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 01:59:02 +00:00
6f6c2fb321
Old firmware provided by 'cypress-firmware' suite is not sufficient for AP6335 module used in PICO-PI-IMX7D board to probe successfully. Use the upstream version from linux-firmware instead. At the same time, drop the old firmware from 'cypress-firmware' package. Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
9 lines
375 B
Makefile
9 lines
375 B
Makefile
Package/cypress-firmware-4339-sdio = $(call Package/firmware-default,Broadcom BCM4339 FullMac SDIO firmware)
|
|
define Package/cypress-firmware-4339-sdio/install
|
|
$(INSTALL_DIR) $(1)/lib/firmware/brcm
|
|
$(INSTALL_DATA) \
|
|
$(PKG_BUILD_DIR)/cypress/cyfmac4339-sdio.bin \
|
|
$(1)/lib/firmware/brcm/brcmfmac4339-sdio.bin
|
|
endef
|
|
$(eval $(call BuildPackage,cypress-firmware-4339-sdio))
|