From 57b447281dbe7afa5a10d3af20c8081cad575246 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 11 Mar 2015 12:20:03 +0000 Subject: ppc44x: use the mtdsplit framework for the Taishan Signed-off-by: Imre Kaloz SVN-Revision: 44652 --- target/linux/ppc44x/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ppc44x/image') 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 ( \ -- cgit v1.2.3