diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-17 16:47:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-17 16:47:57 +0000 |
commit | 05340cc602632cd979e2072e7dd84d56fcd7e8a9 (patch) | |
tree | 5ec1d2ae00274c92ed3af32fcd7882914374cd90 /target/linux/au1000/image/Makefile | |
parent | d243c1e1f207b7d40ebb0e28f7c748b9847b59a6 (diff) | |
download | upstream-05340cc602632cd979e2072e7dd84d56fcd7e8a9.tar.gz upstream-05340cc602632cd979e2072e7dd84d56fcd7e8a9.tar.bz2 upstream-05340cc602632cd979e2072e7dd84d56fcd7e8a9.zip |
rename upgrade image to sysupgrade.bin for consistency
SVN-Revision: 32770
Diffstat (limited to 'target/linux/au1000/image/Makefile')
-rw-r--r-- | target/linux/au1000/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile index ac3efa282f..a2f2056d4f 100644 --- a/target/linux/au1000/image/Makefile +++ b/target/linux/au1000/image/Makefile @@ -32,13 +32,13 @@ OBJCOPY_BIN := $(TARGET_CROSS)objcopy -S -O binary $(addprefix --remove-section= define Image/Prepare cat $(KDIR)/vmlinux | $(STAGING_DIR_HOST)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $(KDIR)/vmlinux.lzma - + # Build RAM image $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader \ $(LOADER_MAKEOPTS) \ clean compile $(OBJCOPY_SREC) $(KDIR)/loader.elf $(KDIR)/kernel.ram.srec - + # Build Flash image $(MAKE) -C $(GENERIC_PLATFORM_DIR)/image/lzma-loader \ $(LOADER_MAKEOPTS) \ @@ -62,7 +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 + tar -C $(BIN_DIR) -cvzf $(BIN_DIR)/$(IMG_PREFIX)-sysupgrade.bin $(IMG_PREFIX)-vmlinux.bin $(IMG_PREFIX)-$(1).fs ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) $(call Image/Build/Initramfs) endif |