Add support for building ubifs images.

SVN-Revision: 19097
This commit is contained in:
Lars-Peter Clausen
2010-01-11 01:10:45 +00:00
parent 5ec88a4a15
commit db06ca593b
4 changed files with 22 additions and 1 deletions
+7
View File
@@ -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"