diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-03 07:22:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-03 07:22:27 +0000 |
commit | 07216b9f466dcfa097b4249720b70ba45968d633 (patch) | |
tree | d81c697292b5f15277324634e2ae57edc668eb49 /target | |
parent | 2e2c4c2dd3f0f4833488f7af0f4fa09755f6b30d (diff) | |
download | upstream-07216b9f466dcfa097b4249720b70ba45968d633.tar.gz upstream-07216b9f466dcfa097b4249720b70ba45968d633.tar.bz2 upstream-07216b9f466dcfa097b4249720b70ba45968d633.zip |
ar71xx: fix NetGear initramfs image names
The '-initramfs' string is duplicated in the image names,
fix it.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37892
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a5477668ce..ac9c8b87e9 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -712,7 +712,7 @@ define Image/Build/Netgear/initramfs $(call MkuImageLzma,$(2),$(3) $(4),,-initramfs) $(STAGING_DIR_HOST)/bin/wndr3700 \ $(KDIR_TMP)/vmlinux-initramfs-$(2).uImage \ - $(call imgname,$(1),$(2))-initramfs-uImage.bin \ + $(call imgname,$(1),$(2))-uImage.bin \ $(5) endef |