diff options
Diffstat (limited to 'target/linux/mvebu/image/Makefile')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index 461e3471a9..df75836412 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -4,12 +4,14 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # + +JFFS2_BLOCKSIZE = 128k + include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk LOADADDR:=0x00008000 -JFFS2_BLOCKSIZE = 128k KDIR_TMP:=$(KDIR)/tmp |