From: Zoltan HERPAI Date: Sat, 12 Aug 2023 11:51:38 +0000 (+0200) Subject: sunxi: bananapro: add firmware files for Ampak 6181 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=22d7ac4b804fcc87813a6575b3ca323c32ef2365;p=openwrt%2Fstaging%2Fnbd.git sunxi: bananapro: add firmware files for Ampak 6181 The Bananapro board has an Ampak 6181 onboard (BCM43362/1), enable the firmware files in the device profile, and add wpad-basic-mbedtls. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/sunxi/image/cortexa7.mk b/target/linux/sunxi/image/cortexa7.mk index 2858fc0f61..e14db24eb2 100644 --- a/target/linux/sunxi/image/cortexa7.mk +++ b/target/linux/sunxi/image/cortexa7.mk @@ -104,7 +104,8 @@ TARGET_DEVICES += sinovoip_bananapi-m2-ultra define Device/lemaker_bananapro DEVICE_VENDOR := LeMaker DEVICE_MODEL := Banana Pro - DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac + DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac \ + cypress-firmware-43362-sdio wpad-basic-mbedtls SOC := sun7i-a20 endef TARGET_DEVICES += lemaker_bananapro