logrotate: move config option to menu

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from f6c9e2bacd)
This commit is contained in:
Eneas U de Queiroz 2019-07-10 17:23:15 -03:00 committed by Rosen Penev
parent 14f80a7302
commit 8cfab80332
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B

View file

@ -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