diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2023-08-12 13:51:38 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2023-08-12 14:00:18 +0200 |
commit | 22d7ac4b804fcc87813a6575b3ca323c32ef2365 (patch) | |
tree | 2fc3ad4f25f94902726b79f501e9746ce9ba2192 /target/linux | |
parent | 093d317d20bbaa553598dbabf2b04d331131f6d1 (diff) |
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@uid0.hu>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/sunxi/image/cortexa7.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |