Browse Source

ar7: add jffs2 eof marks to squashfs image

SVN-Revision: 7026
Felix Fietkau 19 years ago
parent
commit
9be029b445
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/ar7-2.6/image/Makefile

+ 1 - 0
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))