[openwrt/openwrt] sunxi: Adapt U-Boot config to board rename
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 18 09:48:03 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7f5f738466aca2cd8f5daf73f68f4d32b70d43b5
commit 7f5f738466aca2cd8f5daf73f68f4d32b70d43b5
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Oct 18 14:26:55 2020 +0200
sunxi: Adapt U-Boot config to board rename
The board was renamed without changing the BUILD_DEVICES in the U-Boot
Makefile, this broken the build.
Fixes: 0830ae3a2fdf ("sunxi: Correct manufacturer name to Sinovoip")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/uboot-sunxi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile
index abdb263774..58a5923eab 100644
--- a/package/boot/uboot-sunxi/Makefile
+++ b/package/boot/uboot-sunxi/Makefile
@@ -284,7 +284,7 @@ endef
define U-Boot/Bananapi_M2_Ultra
BUILD_SUBTARGET:=cortexa7
NAME:=Bananapi M2 Ultra
- BUILD_DEVICES:=lemaker_bananapi-m2-ultra
+ BUILD_DEVICES:=sinovoip_bananapi-m2-ultra
endef
UBOOT_TARGETS := \
More information about the lede-commits
mailing list