aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-14 16:22:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-14 16:22:46 +0000
commit881d8c8f18644c9dbebd14b0783ee56782964bce (patch)
treefdc768c868311eea092877203f21b7e64764a70f /target/linux
parent08094d067617dd9dd85a2371b7eada8a62d3b7cc (diff)
downloadupstream-881d8c8f18644c9dbebd14b0783ee56782964bce.tar.gz
upstream-881d8c8f18644c9dbebd14b0783ee56782964bce.tar.bz2
upstream-881d8c8f18644c9dbebd14b0783ee56782964bce.zip
revert last commit - flash map driver not updated yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/aruba-2.6/image/Makefile2
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