[openwrt/openwrt] sunxi: Correct manufacturer name to Sinovoip
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 11 14:27:47 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0830ae3a2fdf444380153d311a7de167b92a68af
commit 0830ae3a2fdf444380153d311a7de167b92a68af
Author: Hal Martin <hal.martin at gmail.com>
AuthorDate: Sat May 9 16:53:05 2020 +0000
sunxi: Correct manufacturer name to Sinovoip
Sinovoip is the manufacturer of the BPi-M2U:
http://www.banana-pi.org/m2u.html
Signed-off-by: Hal Martin <hal.martin at gmail.com>
---
target/linux/sunxi/image/cortexa7.mk | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/target/linux/sunxi/image/cortexa7.mk b/target/linux/sunxi/image/cortexa7.mk
index 9985bafd42..110ae09f1e 100644
--- a/target/linux/sunxi/image/cortexa7.mk
+++ b/target/linux/sunxi/image/cortexa7.mk
@@ -71,14 +71,15 @@ define Device/lemaker_bananapi
endef
TARGET_DEVICES += lemaker_bananapi
-define Device/lemaker_bananapi-m2-ultra
- DEVICE_VENDOR := LeMaker
+define Device/sinovoip_bananapi-m2-ultra
+ DEVICE_VENDOR := Sinovoip
DEVICE_MODEL := Banana Pi M2 Ultra
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac \
brcmfmac-firmware-43430a0-sdio wpad-basic
+ SUPPORTED_DEVICES:=lemaker,bananapi-m2-ultra
SOC := sun8i-r40
endef
-TARGET_DEVICES += lemaker_bananapi-m2-ultra
+TARGET_DEVICES += sinovoip_bananapi-m2-ultra
define Device/lemaker_bananapro
DEVICE_VENDOR := LeMaker
More information about the lede-commits
mailing list