diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-21 17:35:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-21 17:35:20 +0000 |
commit | 9be029b4455594ed80ae6f0b13681d0ebc41b86b (patch) | |
tree | 3e2e49a6b883a0a6be5e423424154414553b557d /target/linux/ar7-2.6 | |
parent | 4f1292f1c5025fd74bb99630d73572c8cefd6a8b (diff) | |
download | upstream-9be029b4455594ed80ae6f0b13681d0ebc41b86b.tar.gz upstream-9be029b4455594ed80ae6f0b13681d0ebc41b86b.tar.bz2 upstream-9be029b4455594ed80ae6f0b13681d0ebc41b86b.zip |
ar7: add jffs2 eof marks to squashfs image
SVN-Revision: 7026
Diffstat (limited to 'target/linux/ar7-2.6')
-rw-r--r-- | target/linux/ar7-2.6/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar7-2.6/image/Makefile b/target/linux/ar7-2.6/image/Makefile index 30e333e47b..3d0e54c77e 100644 --- a/target/linux/ar7-2.6/image/Makefile +++ b/target/linux/ar7-2.6/image/Makefile @@ -65,6 +65,7 @@ endef define Image/Build dd if=$(KDIR)/loader.bin $(call align/$(1)) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin cat $(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)/root.$(1) >> $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin + $(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin) $(call Image/Build/CyberTAN,$(1),AG1B,AG1B,$(1)) $(call Image/Build/CyberTAN,$(1),WA21,WA21,$(1)) $(call Image/Build/CyberTAN,$(1),WA22,WA22,$(1)) |