projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d9f6f
)
sunxi: Adapt U-Boot config to board rename
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 18 Oct 2020 12:26:55 +0000
(14:26 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 18 Oct 2020 13:46:42 +0000
(15:46 +0200)
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>
package/boot/uboot-sunxi/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-sunxi/Makefile
b/package/boot/uboot-sunxi/Makefile
index abdb263774ac8e38d699cbcb2246273f3872a11f..58a5923eab1d60f2c14e699407749920d0e16a8d 100644
(file)
--- 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 := \