diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-31 09:54:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-31 09:54:15 +0000 |
commit | a709beb4aeee5f8e7aacb4b62dd594d51acaf189 (patch) | |
tree | 213c18ba45d322a462e0b73628a61272810ea96b /target/linux/brcm63xx | |
parent | 6c1852cb267f3777a71afdb7fc104e71169b7c0f (diff) | |
download | upstream-a709beb4aeee5f8e7aacb4b62dd594d51acaf189.tar.gz upstream-a709beb4aeee5f8e7aacb4b62dd594d51acaf189.tar.bz2 upstream-a709beb4aeee5f8e7aacb4b62dd594d51acaf189.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>
SVN-Revision: 45179
Diffstat (limited to 'target/linux/brcm63xx')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 2 |
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))" \ |