diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-14 15:27:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-14 15:27:41 +0000 |
commit | 08094d067617dd9dd85a2371b7eada8a62d3b7cc (patch) | |
tree | d69b73c892d6d49e4b0e91e4c3a36abb718a4e51 /target | |
parent | 3f9dd11070574ab7990c6e67f43d2092563eef32 (diff) | |
download | upstream-08094d067617dd9dd85a2371b7eada8a62d3b7cc.tar.gz upstream-08094d067617dd9dd85a2371b7eada8a62d3b7cc.tar.bz2 upstream-08094d067617dd9dd85a2371b7eada8a62d3b7cc.zip |
remove some padding
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5787 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 37dd6fccb0..73246e3ad4 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=655360 conv=sync + @dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=65536 conv=sync @cat $(KDIR)/root.$(1) >> $(KDIR)/image.tmp mv $(KDIR)/image.tmp $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(patsubst jffs2-%,jffs2,$(1)).bin endef |