diff options
Diffstat (limited to 'target')
-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 |