diff options
author | John Crispin <john@openwrt.org> | 2016-02-25 10:13:53 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-25 10:13:53 +0000 |
commit | dac55e665efa29510abf0cb5f70a43036727c539 (patch) | |
tree | 179c9a6638dc8bb4bf68268e18a3888c7dc1697a | |
parent | f94d2ec90f994c29a74739133307b9f01f8a1455 (diff) | |
download | upstream-dac55e665efa29510abf0cb5f70a43036727c539.tar.gz upstream-dac55e665efa29510abf0cb5f70a43036727c539.tar.bz2 upstream-dac55e665efa29510abf0cb5f70a43036727c539.zip |
uboot-oxnas: fix typo leading to tool not being built
Fixes #21907
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48764
-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),) |