aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-11 13:00:00 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-11 13:00:00 +0000
commit6792c27b856e24490f65e7a610edcd1a117866e2 (patch)
tree2875199cbe6176f98699e5acc763549799a21ad1 /target/linux/ar71xx/image
parent8d850a331307a8d9b0154f0d58eac51d1259490e (diff)
downloadupstream-6792c27b856e24490f65e7a610edcd1a117866e2.tar.gz
upstream-6792c27b856e24490f65e7a610edcd1a117866e2.tar.bz2
upstream-6792c27b856e24490f65e7a610edcd1a117866e2.zip
ar71xx: add sysupgrade support for wndr4300
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41131 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 924ec665ea..d0ee3637d2 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -877,6 +877,8 @@ define Image/Build/NetgearNAND
-B $(6) -v OpenWrt.$(REVISION) -r "$$$$r" $(8) \
-i $(imageraw) \
-o $(call imgname,ubi,$(2))-factory.img
+
+ $(call Image/Build/SysupgradeNAND,$(2),$(KDIR_TMP)/vmlinux-$(2).uImage,$(KDIR_TMP)/root.squashfs)
endef