diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-24 18:13:51 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-24 18:13:51 +0000 |
commit | f5d5de027c87968df75a8ca1728267304cb01f43 (patch) | |
tree | d3fd355d94e39cbf695f9399cf29c415fa53bc57 /target/linux/ar71xx | |
parent | e688f6b8c4c5f9c80a2e22f55aff1ee83144e10b (diff) | |
download | upstream-f5d5de027c87968df75a8ca1728267304cb01f43.tar.gz upstream-f5d5de027c87968df75a8ca1728267304cb01f43.tar.bz2 upstream-f5d5de027c87968df75a8ca1728267304cb01f43.zip |
SysupgradeNAND: include rootfs-type in image name
also add quotes to paths
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41326 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-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 d0ee3637d2..3c68fa37fc 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 |