diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-10 21:28:34 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-10 21:28:34 +0000 |
commit | ed83333d2fdab256fcef0e2d656a9ae791b261f8 (patch) | |
tree | 44516feaf6126d9f5d49405329c1ab8f8c47c014 /target/linux/ar71xx/image/Makefile | |
parent | 7937300d9e6d339d1bb20127909322298f639188 (diff) |
ar71xx: fix TPLINK/TPLINKOLD initramfs images typos
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37237 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |