From: florian Date: Wed, 10 Jul 2013 21:28:34 +0000 (+0000) Subject: ar71xx: fix TPLINK/TPLINKOLD initramfs images typos X-Git-Tag: fast2504n-3.10.28-merged~2098 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=ed83333d2fdab256fcef0e2d656a9ae791b261f8;p=openwrt.git ar71xx: fix TPLINK/TPLINKOLD initramfs images typos Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37237 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 1a1b950fec..2ed63d0590 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -551,7 +551,7 @@ define Image/Build/TPLINKOLD/initramfs $(call Image/BuildLoader,$(2),gz,$(3),0x80060000,-initramfs) -$(STAGING_DIR_HOST)/bin/mktplinkfw -c \ -H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) -s\ - -k $(KDIR)/loader-initramfs-$(2).gz \ + -k $(KDIR)/loader-$(2)-initramfs.gz \ -o $(call imgname,$(1),$(2))-initramfs-uImage.bin endef @@ -584,8 +584,8 @@ define Image/Build/TPLINK/initramfs $(call Image/BuildLoader,$(2),gz,$(3),0x80060000,-initramfs) -$(STAGING_DIR_HOST)/bin/mktplinkfw -c \ -H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) -s\ - -k $(KDIR)/loader-initramfs-$(2).gz \ - -o $(call imgname,$(1),$(2))-initramfs-uImage.bin + -k $(KDIR)/loader-$(2)-initramfs.gz \ + -o $(call imgname,$(1),$(2))-uImage.bin endef define Image/Build/TPLINK-LZMA