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 | 6ed667a88f549631ac510414fcb12db3f890bc1a (patch) | |
tree | d0da43c1bbb35a01b58ba923eb069de297328a19 /target/linux/ppc44x/image | |
parent | 7dafec072ff2a903d90dcba5c4a0b9df59dad47d (diff) | |
download | upstream-6ed667a88f549631ac510414fcb12db3f890bc1a.tar.gz upstream-6ed667a88f549631ac510414fcb12db3f890bc1a.tar.bz2 upstream-6ed667a88f549631ac510414fcb12db3f890bc1a.zip |
ppc44x: use the mtdsplit framework for the Taishan
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44652 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ( \ |