projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641f6b6
)
uboot-fritz4040: build with ipq40xx "generic" subtarget
author
Yousong Zhou
<yszhou4tech@gmail.com>
Fri, 6 Sep 2019 08:29:50 +0000
(08:29 +0000)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Fri, 6 Sep 2019 08:33:30 +0000
(08:33 +0000)
Fixes: 853e4dd3 ("ipqx0xx: add Generic subtarget")
Ref: https://forum.openwrt.org/t/ipq40xx-snapshot-not-updated-since-22nd-august/44126
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
package/boot/uboot-fritz4040/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-fritz4040/Makefile
b/package/boot/uboot-fritz4040/Makefile
index df9c685c954fe6b52b9f21f8997d32edeabc9e5c..7deaf45dea499a60836afe66f48fef963e3e7d39 100644
(file)
--- a/
package/boot/uboot-fritz4040/Makefile
+++ b/
package/boot/uboot-fritz4040/Makefile
@@
-21,6
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define U-Boot/Default
BUILD_TARGET:=ipq40xx
+ BUILD_SUBTARGET:=generic
UBOOT_BOARD:=$(1)
UBOOT_IMAGE:=uboot-$(1).bin
endef