diff options
author | John Crispin <blogic@openwrt.org> | 2016-02-25 10:13:53 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-02-25 10:13:53 +0000 |
commit | e0635cd10de03f8a631992ac782051599267eff6 (patch) | |
tree | 33bd655fe279bccaaf5a85dd301c2ae2684d2e6d /package/boot/uboot-oxnas | |
parent | c5f8d3f88e7a7cfb9a2e9c1b16f221d272171624 (diff) | |
download | master-187ad058-e0635cd10de03f8a631992ac782051599267eff6.tar.gz master-187ad058-e0635cd10de03f8a631992ac782051599267eff6.tar.bz2 master-187ad058-e0635cd10de03f8a631992ac782051599267eff6.zip |
uboot-oxnas: fix typo leading to tool not being built
Fixes #21907
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48764 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-oxnas')
-rw-r--r-- | package/boot/uboot-oxnas/patches/300-oxnas-target.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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),) |