mirror of
https://github.com/sheumann/hush.git
synced 2024-12-24 12:29:47 +00:00
Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6928d9f049
commit
90801dadfa
@ -6,16 +6,6 @@
|
|||||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//config:config FEATURE_VOLUMEID_SQUASHFS
|
|
||||||
//config: bool "SquashFS filesystem"
|
|
||||||
//config: default y
|
|
||||||
//config: depends on VOLUMEID && FEATURE_BLKID_TYPE
|
|
||||||
//config: help
|
|
||||||
//config: Squashfs is a compressed read-only filesystem for Linux. Squashfs is
|
|
||||||
//config: intended for general read-only filesystem use and in constrained block
|
|
||||||
//config: device/memory systems (e.g. embedded systems) where low overhead is
|
|
||||||
//config: needed.
|
|
||||||
|
|
||||||
//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o
|
//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o
|
||||||
|
|
||||||
#include "volume_id_internal.h"
|
#include "volume_id_internal.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user