diff options
Diffstat (limited to 'Config.in')
| -rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in index e80d90c03e9..1f689c0664a 100644 --- a/Config.in +++ b/Config.in @@ -88,6 +88,13 @@ menu "Target Images" help Create some bootable ISO image + config TARGET_ROOTFS_UBIFS + bool "ubifs" + default y if USES_UBIFS + depends !TARGET_ROOTFS_INITRAMFS && USES_UBIFS + help + Build a ubifs root filesystem + comment "Image Options" source "target/linux/*/image/Config.in" |
