diff options
author | Michel Promonet <michel.promonet@free.fr> | 2021-11-13 16:15:53 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-12-02 10:58:36 +0000 |
commit | fd311a5fe3ec7e1a6dd38824eabc9e210a4eb0d3 (patch) | |
tree | 00d17b054595fc44f3dc83a8995eedf14312e9be /target | |
parent | 30b168b9b8451d6165833cee75019ef7dbfd8a2e (diff) | |
download | upstream-fd311a5fe3ec7e1a6dd38824eabc9e210a4eb0d3.tar.gz upstream-fd311a5fe3ec7e1a6dd38824eabc9e210a4eb0d3.tar.bz2 upstream-fd311a5fe3ec7e1a6dd38824eabc9e210a4eb0d3.zip |
sunxi: update nanopi neo air that use brcmfmac43430a0
Update wifi firmware used for nanopi neo air, with
cypress-firmware-43430-sdio there is no wifi detected, as
brcmfmac-firmware-43430a0-sdio allow to acces to wifi.
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/sunxi/image/cortexa7.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/image/cortexa7.mk b/target/linux/sunxi/image/cortexa7.mk index f5c2b850bc..74cdc6e996 100644 --- a/target/linux/sunxi/image/cortexa7.mk +++ b/target/linux/sunxi/image/cortexa7.mk @@ -39,7 +39,7 @@ define Device/friendlyarm_nanopi-neo-air DEVICE_VENDOR := FriendlyARM DEVICE_MODEL := NanoPi NEO Air DEVICE_PACKAGES := kmod-leds-gpio kmod-brcmfmac \ - cypress-firmware-43430-sdio wpad-basic-wolfssl + brcmfmac-firmware-43430a0-sdio wpad-basic-wolfssl SOC := sun8i-h3 endef TARGET_DEVICES += friendlyarm_nanopi-neo-air |