diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-16 22:06:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-16 22:06:45 +0000 |
commit | f7562fb4b170b65ffa50271a51d726ae6b063a86 (patch) | |
tree | f9afc6488b1e2663dbc7fad5d55f58b56a01baaf /target/linux | |
parent | 404bc7d80daba77a4eaac89db902b1e8f0f8796f (diff) |
better support for handling various jffs2 eraseblock sizes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8011 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/amcc-2.6/image/Makefile | 2 |
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 bd391f02f..09ff061db 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 |