From f6c9e2bacd98741cdb0b231a40e8dc189084f2cb Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 10 Jul 2019 17:23:15 -0300 Subject: [PATCH] logrotate: move config option to menu Signed-off-by: Eneas U de Queiroz --- utils/logrotate/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index d3cac1ee1..9a0304e12 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -31,11 +31,12 @@ define Package/logrotate endef define Package/logrotate/config -config LOGROTATE_ACL - bool - prompt "Enable ACL support" - default y if USE_FS_ACL_ATTR - default n + if PACKAGE_logrotate + config LOGROTATE_ACL + bool + prompt "Enable ACL support" + default y if USE_FS_ACL_ATTR + endif endef define Package/logrotate/description