aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2010-01-11 01:10:45 +0000
committerLars-Peter Clausen <lars@metafoo.de>2010-01-11 01:10:45 +0000
commit2710572b04ad8ad7b1e100083efbec70f8b61007 (patch)
tree096e76ba1da45efa85a6afd52305862979c6613f /Config.in
parentfdd8341f4ab572457fc3ff9091bba0aef6c8ea24 (diff)
downloadupstream-2710572b04ad8ad7b1e100083efbec70f8b61007.tar.gz
upstream-2710572b04ad8ad7b1e100083efbec70f8b61007.tar.bz2
upstream-2710572b04ad8ad7b1e100083efbec70f8b61007.zip
Add support for building ubifs images.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19097 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index e80d90c03e..1f689c0664 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"