diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-17 16:40:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-17 16:40:24 +0000 |
commit | f7dfd20f97d46fe6b1dee21ecfef19b02798aa68 (patch) | |
tree | 3b1a17a97412a2ba9996fc18957f2c8dc68e9120 /target/linux/au1000/image/Makefile | |
parent | ac6bf6d62f93ecaa7655872d90dccccd8fe6c7dd (diff) | |
download | upstream-f7dfd20f97d46fe6b1dee21ecfef19b02798aa68.tar.gz upstream-f7dfd20f97d46fe6b1dee21ecfef19b02798aa68.tar.bz2 upstream-f7dfd20f97d46fe6b1dee21ecfef19b02798aa68.zip |
au1000: implement sysupgrade platform.sh
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 32768
Diffstat (limited to 'target/linux/au1000/image/Makefile')
-rw-r--r-- | target/linux/au1000/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile index 573d541858..ac3efa282f 100644 --- a/target/linux/au1000/image/Makefile +++ b/target/linux/au1000/image/Makefile @@ -62,6 +62,7 @@ define Image/Build $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(1).fs $(CP) $(KDIR)/kernel.flash.srec $(BIN_DIR)/$(IMG_PREFIX)-vmlinux-flash.srec $(CP) $(KDIR)/kernel.ram.srec $(BIN_DIR)/$(IMG_PREFIX)-vmlinux-ram.srec + tar -C $(BIN_DIR) -cvzf $(BIN_DIR)/$(IMG_PREFIX)-upgrade.tgz $(IMG_PREFIX)-vmlinux.bin $(IMG_PREFIX)-$(1).fs ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) $(call Image/Build/Initramfs) endif |