From 6d7848ea6b4a9d6eac8cca30cc309cfcaad7208f Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 25 Feb 2016 10:13:53 +0000 Subject: [PATCH] uboot-oxnas: fix typo leading to tool not being built Fixes #21907 Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48764 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-oxnas/patches/300-oxnas-target.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/uboot-oxnas/patches/300-oxnas-target.patch b/package/boot/uboot-oxnas/patches/300-oxnas-target.patch index 44e5842045..e677bd21d2 100644 --- a/package/boot/uboot-oxnas/patches/300-oxnas-target.patch +++ b/package/boot/uboot-oxnas/patches/300-oxnas-target.patch @@ -75,7 +75,7 @@ $(call if_changed,objcopy) +ifdef CONFIG_OX820 + $(OBJTREE)/tools/mkox820crc $@ -+endef ++endif LDFLAGS_$(SPL_BIN) += -T u-boot-spl.lds $(LDFLAGS_FINAL) ifneq ($(CONFIG_SPL_TEXT_BASE),) -- 2.11.0