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 <[email protected]>
@@ -126,7 +126,7 @@ menu "Target Images"
config TARGET_ROOTFS_JFFS2
bool "jffs2"
- default y if USES_JFFS2
+ depends on USES_JFFS2
help
Build a JFFS2 root filesystem.