diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-08-19 15:00:01 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-19 15:00:01 +0000 |
| commit | 576ee513c8c63e88a36adda97994aef3404cf0ae (patch) | |
| tree | 53960aa90efc5daca955a7689a8ceab7f3fbeab6 | |
| parent | 127081218204009315bbf833a622d57c32d7775c (diff) | |
| download | mtk-20170518-576ee513c8c63e88a36adda97994aef3404cf0ae.zip mtk-20170518-576ee513c8c63e88a36adda97994aef3404cf0ae.tar.gz mtk-20170518-576ee513c8c63e88a36adda97994aef3404cf0ae.tar.bz2 | |
don't pad aruba images - unnecessary with the jffs2 hack
SVN-Revision: 4610
| -rw-r--r-- | openwrt/target/image/aruba/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/target/image/aruba/Makefile b/openwrt/target/image/aruba/Makefile index 1d2aebf..09aa8ea 100644 --- a/openwrt/target/image/aruba/Makefile +++ b/openwrt/target/image/aruba/Makefile @@ -33,8 +33,7 @@ endef define Image/Build/jffs2-64k @dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=655360 conv=sync @cat $(KDIR)/root.$(1) >> $(KDIR)/image.tmp - @dd if=$(KDIR)/image.tmp of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(patsubst jffs2-%,jffs2,$(1)).bin bs=3604480 conv=sync - @rm -f $(KDIR)/image.tmp + mv $(KDIR)/image.tmp $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(patsubst jffs2-%,jffs2,$(1)).bin endef define Image/Build |
