summaryrefslogtreecommitdiffstats
path: root/target/linux/amcc-2.6
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-16 22:06:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-16 22:06:45 +0000
commite8918b0f6646acd87583bc575375bb13960e3c83 (patch)
treed9155ec04f3249ccae8a246fe73574b79c0a2fb3 /target/linux/amcc-2.6
parent1473b7b5ea656614493eb62d89bdae2c7fe0fabf (diff)
downloadmaster-31e0f0ae-e8918b0f6646acd87583bc575375bb13960e3c83.tar.gz
master-31e0f0ae-e8918b0f6646acd87583bc575375bb13960e3c83.tar.bz2
master-31e0f0ae-e8918b0f6646acd87583bc575375bb13960e3c83.zip
better support for handling various jffs2 eraseblock sizes
SVN-Revision: 8011
Diffstat (limited to 'target/linux/amcc-2.6')
-rw-r--r--target/linux/amcc-2.6/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/amcc-2.6/image/Makefile b/target/linux/amcc-2.6/image/Makefile
index bd391f02f2..09ff061dba 100644
--- a/target/linux/amcc-2.6/image/Makefile
+++ b/target/linux/amcc-2.6/image/Makefile
@@ -7,6 +7,8 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
+JFFS2_BLOCKSIZE=256k
+
define Image/Prepare
cp $(LINUX_DIR)/arch/ppc/boot/images/uImage $(KDIR)/uImage
endef