SysupgradeNAND: include rootfs-type in image name

also add quotes to paths

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 41326
This commit is contained in:
John Crispin
2014-06-24 18:13:51 +00:00
parent bcc7374d7d
commit 22a35a7b11
2 changed files with 9 additions and 9 deletions

View File

@@ -878,7 +878,7 @@ define Image/Build/NetgearNAND
-i $(imageraw) \
-o $(call imgname,ubi,$(2))-factory.img
$(call Image/Build/SysupgradeNAND,$(2),$(KDIR_TMP)/vmlinux-$(2).uImage,$(KDIR_TMP)/root.squashfs)
$(call Image/Build/SysupgradeNAND,$(2),squashfs,$(KDIR_TMP)/vmlinux-$(2).uImage)
endef