Add support for building ubifs images.
[openwrt-10.03/.git] / Config.in
index e80d90c03e97ae663f95bcd2f4c9507d4f42359a..1f689c0664a40d996cee3b5ae7e758399d2db1b6 100644 (file)
--- 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"