summaryrefslogtreecommitdiffstats
path: root/target/Makefile.in
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-03 02:44:10 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-03 02:44:10 +0000
commit2b0be6bb82f0402e50c11bb72b41bd4ec9589a66 (patch)
treeeffa4303a465585ece60f334611d03d7157c5783 /target/Makefile.in
parentd52e13dae4779181de437b96df1af57cb49f7fc9 (diff)
target/jffs2/blocksize.mk for setting block size (req. for wrt54g)
squashfs removed in favor of squashfs-lzma git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index 15cf6bded..22cd7a420 100644
--- a/target/Makefile.in
+++ b/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