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 | 51a5cb41a01e16d9e3d3d702fccc86e68768fc52 (patch) | |
| tree | 32df19c7270b3da7fe010b721bbc2d60cb305d0a | |
| parent | 21790ea7274b7db91599fbff9354263a3538e7ac (diff) | |
| download | upstream-51a5cb41a01e16d9e3d3d702fccc86e68768fc52.tar.gz upstream-51a5cb41a01e16d9e3d3d702fccc86e68768fc52.tar.bz2 upstream-51a5cb41a01e16d9e3d3d702fccc86e68768fc52.zip | |
ar7: add jffs2 eof marks to squashfs image
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7026 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 30e333e47ba..3d0e54c77e6 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)) |
