From: Arnout Vandecappelle (Essensium/Mind) Date: Wed, 9 Oct 2019 22:19:17 +0000 (+0200) Subject: package/selinux-python: use ordinary config instead of menuconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0dc558ff0b0facf16e98920efcdbfe83433889c;p=buildroot.git package/selinux-python: use ordinary config instead of menuconfig selinux-python only has two sub-options, so menuconfig is overkill. Convert it to a normal config with indented sub-option. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/selinux-python/Config.in b/package/selinux-python/Config.in index 00ca6b9c38..5b6cbc80e3 100644 --- a/package/selinux-python/Config.in +++ b/package/selinux-python/Config.in @@ -1,4 +1,4 @@ -menuconfig BR2_PACKAGE_SELINUX_PYTHON +config BR2_PACKAGE_SELINUX_PYTHON bool "selinux-python" depends on BR2_USE_MMU depends on BR2_USE_WCHAR