[openwrt/openwrt] sunxi: bananapro: add firmware files for Ampak 6181
LEDE Commits
lede-commits at lists.infradead.org
Sat Aug 12 05:01:37 PDT 2023
wigyori pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/22d7ac4b804fcc87813a6575b3ca323c32ef2365
commit 22d7ac4b804fcc87813a6575b3ca323c32ef2365
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Sat Aug 12 13:51:38 2023 +0200
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 <wigyori at uid0.hu>
---
target/linux/sunxi/image/cortexa7.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
More information about the lede-commits
mailing list