diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-18 14:26:55 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-18 15:46:42 +0200 |
commit | 7f5f738466aca2cd8f5daf73f68f4d32b70d43b5 (patch) | |
tree | d0a44651b5d9122d652648f03bd7fab6fe17f3d1 | |
parent | e6d9f6fdffc6730cfa2019788afa411828eac816 (diff) | |
download | upstream-7f5f738466aca2cd8f5daf73f68f4d32b70d43b5.tar.gz upstream-7f5f738466aca2cd8f5daf73f68f4d32b70d43b5.tar.bz2 upstream-7f5f738466aca2cd8f5daf73f68f4d32b70d43b5.zip |
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@hauke-m.de>
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 := \ |