summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2024-04-13 13:04:58 +0800
committerRobert Marko <robimarko@gmail.com>2024-04-13 13:41:41 +0200
commit0db68a789f08a173fe82b3b99364a8924953f3a1 (patch)
treed78c8c8f6a596295e9b38c5688a31d736c93f80b /package
parent291efaf765dd533b28b7f9444cdaeaa2198458ef (diff)
downloadopenwrt-0db68a789f08a173fe82b3b99364a8924953f3a1.tar.gz
openwrt-0db68a789f08a173fe82b3b99364a8924953f3a1.tar.bz2
openwrt-0db68a789f08a173fe82b3b99364a8924953f3a1.zip
uboot-d1: define default BUILD_SUBTARGET
As commit 3ce1e4c3d3da ("d1: define subtarget specifically") added the 'generic' subtarget, without 'BUILD_SUBTARGET' the correspond U-Boot package will be no longer selected automatically. Fixes: 3ce1e4c3d3da ("d1: define subtarget specifically") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'package')
-rw-r--r--package/boot/uboot-d1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-d1/Makefile b/package/boot/uboot-d1/Makefile
index 610dc5b498..083a219baf 100644
--- a/package/boot/uboot-d1/Makefile
+++ b/package/boot/uboot-d1/Makefile
@@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define U-Boot/Default
BUILD_TARGET:=d1
+ BUILD_SUBTARGET:=generic
UBOOT_IMAGE:=u-boot-sunxi-with-spl.bin
UENV:=default
DTS_DIR:=arch/riscv/dts