Author: jogo Date: 2015-03-31 11:54:15 +0200 (Tue, 31 Mar 2015) New Revision: 45179
Modified: trunk/target/linux/brcm63xx/image/Makefile Log: brcm63xx: fix zyxel kernel name Accidentally left over development artifact. Reported-by: John Crispin <[email protected]> Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/image/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/Makefile 2015-03-31 08:56:08 UTC (rev 45178) +++ trunk/target/linux/brcm63xx/image/Makefile 2015-03-31 09:54:15 UTC (rev 45179) @@ -80,7 +80,7 @@ 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))" \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
