summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-24 18:13:51 +0000
committerJohn Crispin <john@openwrt.org>2014-06-24 18:13:51 +0000
commit22a35a7b1171cd8ffa50675df1011fae0a3b94e5 (patch)
tree504f03f4bf21227010e127c927ee3822dd2ceda9 /target
parentbcc7374d7ddbc8a1aa55c3810804aa675034c385 (diff)
downloadmtk-20170518-22a35a7b1171cd8ffa50675df1011fae0a3b94e5.zip
mtk-20170518-22a35a7b1171cd8ffa50675df1011fae0a3b94e5.tar.gz
mtk-20170518-22a35a7b1171cd8ffa50675df1011fae0a3b94e5.tar.bz2
SysupgradeNAND: include rootfs-type in image name
also add quotes to paths Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41326
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index d0ee363..3c68fa3 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -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