diff options
author | John Crispin <john@openwrt.org> | 2014-06-11 13:00:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-11 13:00:00 +0000 |
commit | c973fb031e519c708da6f6358e66731fc49e3bab (patch) | |
tree | 6e460f863835d6cd68194cbdb1ca6b3a864b8362 /target/linux/ar71xx/image/Makefile | |
parent | 9a0b4ab4ed7ba47868d5862fbb97e2dae3f56ed8 (diff) | |
download | upstream-c973fb031e519c708da6f6358e66731fc49e3bab.tar.gz upstream-c973fb031e519c708da6f6358e66731fc49e3bab.tar.bz2 upstream-c973fb031e519c708da6f6358e66731fc49e3bab.zip |
ar71xx: add sysupgrade support for wndr4300
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41131
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
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 |