X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=openwrt%2Ftarget%2FMakefile.in;h=22cd7a4208ed34a3dc336ee9586a84c59bb3604b;hb=113c33218bee58084f41f4980b56388d0fe30f30;hp=15cf6bdedeee7eea1f4952c8be20524e235b4855;hpb=e02839854637ef6f521463ffc3007ec1513a88b2;p=openwrt-10.03%2F.git diff --git a/openwrt/target/Makefile.in b/openwrt/target/Makefile.in index 15cf6bded..22cd7a420 100644 --- a/openwrt/target/Makefile.in +++ b/openwrt/target/Makefile.in @@ -6,7 +6,8 @@ TARGET_SKEL_DIR=target/default/target_skeleton include target/device/Makefile.in ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y) -JFFS2FLAGS+=-a 131072 +include target/jffs2/blocksize.mk +JFFS2FLAGS+=-a $(JFFS2_BLOCK_SIZE) endif