mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
cryptsetup: fix host package option text
Host packages are called 'host foo', not 'host-foo'. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_HOST_CRYPTSETUP
|
||||
bool "host-cryptsetup"
|
||||
bool "host cryptsetup"
|
||||
select BR2_PACKAGE_HOST_UTIL_LINUX
|
||||
help
|
||||
This tool helps manipulate dm-crypt and luks partitions for
|
||||
|
||||
Reference in New Issue
Block a user