diff options
author | Ron Yorston <rmy@pobox.com> | 2013-02-07 14:25:54 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2013-02-07 14:25:54 +0000 |
commit | b604585914e032b28bef3e337a978e56a9069cda (patch) | |
tree | b2ee0a3fb38d10397c602d0fe215ea3bbbf334c0 /util-linux/Config.src | |
parent | 0eda07c7ff8cf1fc11bc1bda5383f884d7adf031 (diff) | |
parent | ba76b7a40b929878833731f76306b1c977cc8650 (diff) | |
download | busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.gz busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.tar.bz2 busybox-w32-b604585914e032b28bef3e337a978e56a9069cda.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index e4516ddb7..6c1b928da 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -841,6 +841,16 @@ config FEATURE_VOLUMEID_ROMFS | |||
841 | help | 841 | help |
842 | TODO | 842 | TODO |
843 | 843 | ||
844 | config FEATURE_VOLUMEID_SQUASHFS | ||
845 | bool "SquashFS filesystem" | ||
846 | default y | ||
847 | depends on VOLUMEID && FEATURE_BLKID_TYPE | ||
848 | help | ||
849 | Squashfs is a compressed read-only filesystem for Linux. Squashfs is | ||
850 | intended for general read-only filesystem use and in constrained block | ||
851 | device/memory systems (e.g. embedded systems) where low overhead is | ||
852 | needed. | ||
853 | |||
844 | config FEATURE_VOLUMEID_SYSV | 854 | config FEATURE_VOLUMEID_SYSV |
845 | bool "sysv filesystem" | 855 | bool "sysv filesystem" |
846 | default y | 856 | default y |