Browse Source

revert last commit - flash map driver not updated yet

SVN-Revision: 5788
Felix Fietkau 19 years ago
parent
commit
7ca328b659
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/aruba-2.6/image/Makefile

+ 1 - 1
target/linux/aruba-2.6/image/Makefile

@@ -31,7 +31,7 @@ define Image/BuildKernel
 endef
 
 define Image/Build/jffs2-64k
-	@dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=65536 conv=sync
+	@dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=655360 conv=sync
 	@cat $(KDIR)/root.$(1) >> $(KDIR)/image.tmp
 	mv $(KDIR)/image.tmp $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(patsubst jffs2-%,jffs2,$(1)).bin
 endef