diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-03-11 12:20:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-03-11 12:20:03 +0000 |
commit | 57b447281dbe7afa5a10d3af20c8081cad575246 (patch) | |
tree | d04490098543d8f28549973f77deed7638e6d581 /target/linux/ppc44x/image | |
parent | 17610e743020924e985026362b6f079b654ec592 (diff) | |
download | upstream-57b447281dbe7afa5a10d3af20c8081cad575246.tar.gz upstream-57b447281dbe7afa5a10d3af20c8081cad575246.tar.bz2 upstream-57b447281dbe7afa5a10d3af20c8081cad575246.zip |
ppc44x: use the mtdsplit framework for the Taishan
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44652
Diffstat (limited to 'target/linux/ppc44x/image')
-rw-r--r-- | target/linux/ppc44x/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ppc44x/image/Makefile b/target/linux/ppc44x/image/Makefile index d4b1260fe1..b0513af788 100644 --- a/target/linux/ppc44x/image/Makefile +++ b/target/linux/ppc44x/image/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -31,7 +31,7 @@ endef define Image/Build/squashfs $(call prepare_generic_squashfs,$(KDIR)/root.squashfs) ( \ - dd if=$(KDIR)/cuImage.taishan bs=2048k conv=sync; \ + dd if=$(KDIR)/cuImage.taishan bs=256k conv=sync; \ dd if=$(KDIR)/root.$(1) bs=256k conv=sync; \ ) > $(BIN_DIR)/$(IMG_PREFIX)-taishan-$(1).img ( \ |