diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-14 16:22:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-14 16:22:46 +0000 |
commit | 7ca328b65927e12b4bb65a6d752f43b674498908 (patch) | |
tree | a98539b429fe4777459d29e822a4bbc7f898e217 /target/linux | |
parent | 3134ece3a18275a3ed6f1f05011901e120b0e3dc (diff) | |
download | upstream-7ca328b65927e12b4bb65a6d752f43b674498908.tar.gz upstream-7ca328b65927e12b4bb65a6d752f43b674498908.tar.bz2 upstream-7ca328b65927e12b4bb65a6d752f43b674498908.zip |
revert last commit - flash map driver not updated yet
SVN-Revision: 5788
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/aruba-2.6/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/aruba-2.6/image/Makefile b/target/linux/aruba-2.6/image/Makefile index 73246e3ad4..37dd6fccb0 100644 --- a/target/linux/aruba-2.6/image/Makefile +++ b/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 |