0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-07 03:29:52 +00:00
packages/utils/parted/Config.in
Oskari Rauta 5ad56ca340 parted: add new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-06-14 14:17:14 +02:00

15 lines
226 B
Plaintext

menu "Configuration"
depends on PACKAGE_parted
config PARTED_READLINE
bool "Use readline library"
depends on PACKAGE_parted
default y
config PARTED_LVM2
bool "Support LVM"
depends on PACKAGE_parted
default n
endmenu