summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7-2.6
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-21 17:35:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-21 17:35:20 +0000
commit9be029b4455594ed80ae6f0b13681d0ebc41b86b (patch)
tree3e2e49a6b883a0a6be5e423424154414553b557d /target/linux/ar7-2.6
parent4f1292f1c5025fd74bb99630d73572c8cefd6a8b (diff)
downloadmaster-31e0f0ae-9be029b4455594ed80ae6f0b13681d0ebc41b86b.tar.gz
master-31e0f0ae-9be029b4455594ed80ae6f0b13681d0ebc41b86b.tar.bz2
master-31e0f0ae-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/Makefile1
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))