projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceee47b
)
build: make TARGET_ROOTFS_JFFS2 depend on USES_JFFS2
author
Felix Fietkau
<nbd@nbd.name>
Tue, 19 Jul 2016 10:21:29 +0000
(12:21 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 20 Jul 2016 08:13:50 +0000
(10:13 +0200)
If jffs2 support was not enabled by the target, jffs2 are quite likely
to be broken, so we shouldn't build them.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
config/Config-images.in
patch
|
blob
|
history
diff --git
a/config/Config-images.in
b/config/Config-images.in
index 958bda4227872648c3f2e19c15623d6b932ca8cb..f81931e47fa680065077bc94c8651c3a98f31a4f 100644
(file)
--- a/
config/Config-images.in
+++ b/
config/Config-images.in
@@
-126,7
+126,7
@@
menu "Target Images"
config TARGET_ROOTFS_JFFS2
bool "jffs2"
- de
fault y if
USES_JFFS2
+ de
pends on
USES_JFFS2
help
Build a JFFS2 root filesystem.