aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-31 09:54:15 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-31 09:54:15 +0000
commitac90ac82d4f9ea7e18152d1928e46971bd8b0fba (patch)
tree85f6cdd0aeadaf40c329b7ba87acbf3e3e0d86ef /target/linux/brcm63xx
parent1439dfce9df1592d686e6c884ca6fa1d1e5de571 (diff)
downloadmaster-187ad058-ac90ac82d4f9ea7e18152d1928e46971bd8b0fba.tar.gz
master-187ad058-ac90ac82d4f9ea7e18152d1928e46971bd8b0fba.tar.bz2
master-187ad058-ac90ac82d4f9ea7e18152d1928e46971bd8b0fba.zip
brcm63xx: fix zyxel kernel name
Accidentally left over development artifact. Reported-by: John Crispin <blogic@openwrt.org> Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rwxr-xr-xtarget/linux/brcm63xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile
index 6b8fa55141..cc9d265945 100755
--- a/target/linux/brcm63xx/image/Makefile
+++ b/target/linux/brcm63xx/image/Makefile
@@ -80,7 +80,7 @@ endef
define Image/Build/ZYXCFEDTB
# Generate the tagged image
- $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux-relocate-$(3).lzma.cfe -f $(KDIR)/root.$(1) \
+ $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux-$(3).lzma.cfe -f $(KDIR)/root.$(1) \
--output $(BIN_DIR)/openwrt-$(2)-$(1).tmp \
--boardid $(4) --chipid $(5) --entry $(LOADER_ENTRY) \
--load-addr $(LOADER_ENTRY) --info1 "-$(call Image/LimitName16,$(2))" \