mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 03:29:52 +00:00
15 lines
226 B
Plaintext
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
|