ppc44x: use the mtdsplit framework for the Taishan
[openwrt/openwrt.git] / target / linux / ppc44x / image / Makefile
index d4b1260fe1cde5e3962d708ef2c2421549a1ac47..b0513af7888fce053d634f40e3c35d08a62cec56 100644 (file)
@@ -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
        ( \