[openwrt/openwrt] sunxi: fix wifi connection for Banana Pi M2 Berry
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 18 06:59:19 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/e8896779dab1fc283f485aa5d73213af90a8c2b8
commit e8896779dab1fc283f485aa5d73213af90a8c2b8
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Sat May 1 08:51:12 2021 +0200
sunxi: fix wifi connection for Banana Pi M2 Berry
fixes the problem that the banana pi m2 berry cannot connect to wifi and cannot be used as an access point
Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
(cherry picked from commit ff2bb16730f629d54bde8ba85c75d8614741e3fd)
Signed-off-by: LizenzFass78851 <82592556+LizenzFass78851 at users.noreply.github.com>
---
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 f90fae9acf..59f11bc83c 100644
--- a/target/linux/sunxi/image/cortexa7.mk
+++ b/target/linux/sunxi/image/cortexa7.mk
@@ -81,7 +81,7 @@ define Device/sinovoip_bananapi-m2-berry
DEVICE_VENDOR := Sinovoip
DEVICE_MODEL := Banana Pi M2 Berry
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac \
- brcmfmac-firmware-43430-sdio wpad-basic-wolfssl
+ cypress-firmware-43430-sdio wpad-basic-wolfssl
SUPPORTED_DEVICES:=lemaker,bananapi-m2-berry
SOC := sun8i-v40
endef
More information about the lede-commits
mailing list