projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
target/jffs2/blocksize.mk for setting block size (req. for wrt54g)
[openwrt.git]
/
openwrt
/
target
/
Makefile.in
diff --git
a/openwrt/target/Makefile.in
b/openwrt/target/Makefile.in
index
15cf6bd
..
22cd7a4
100644
(file)
--- 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
This page took
0.027601 seconds
and
4
git commands to generate.