Browse Source

ar71xx: fix NetGear initramfs image names

The '-initramfs' string is duplicated in the image names,
fix it.

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 37892
Gabor Juhos 12 years ago
parent
commit
07216b9f46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/image/Makefile

+ 1 - 1
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