mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 01:22:13 +00:00
207fd60ad1
Signed-off-by: Javier Marcet <javier@marcet.info>
24 lines
419 B
Plaintext
24 lines
419 B
Plaintext
menu "Configuration"
|
|
|
|
config SCHROOT_BTRFS
|
|
bool "Enable support for btrfs snapshots"
|
|
select PACKAGE_btrfs-progs
|
|
default n
|
|
|
|
config SCHROOT_LOOPBACK
|
|
bool "Enable support for loopback mounts"
|
|
select PACKAGE_losetup
|
|
default n
|
|
|
|
config SCHROOT_LVM
|
|
bool "Enable support for LVM snapshots"
|
|
select PACKAGE_lvm2
|
|
default n
|
|
|
|
config SCHROOT_UUID
|
|
bool "Enable support for UUIDs"
|
|
select PACKAGE_libuuid
|
|
default n
|
|
|
|
endmenu
|