[openwrt/openwrt] sunxi: update nanopi neo air that use brcmfmac43430a0

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 2 02:59:40 PST 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fd311a5fe3ec7e1a6dd38824eabc9e210a4eb0d3

commit fd311a5fe3ec7e1a6dd38824eabc9e210a4eb0d3
Author: Michel Promonet <michel.promonet at free.fr>
AuthorDate: Sat Nov 13 16:15:53 2021 +0100

    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 at free.fr>
---
 target/linux/sunxi/image/cortexa7.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the lede-commits mailing list