logrotate: move config option to menu

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz
2019-07-10 17:23:15 -03:00
parent 88026d17bf
commit f6c9e2bacd

View File

@@ -31,11 +31,12 @@ define Package/logrotate
endef endef
define Package/logrotate/config define Package/logrotate/config
if PACKAGE_logrotate
config LOGROTATE_ACL config LOGROTATE_ACL
bool bool
prompt "Enable ACL support" prompt "Enable ACL support"
default y if USE_FS_ACL_ATTR default y if USE_FS_ACL_ATTR
default n endif
endef endef
define Package/logrotate/description define Package/logrotate/description