logrotate: move config option to menu
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
88026d17bf
commit
f6c9e2bacd
1 changed files with 6 additions and 5 deletions
|
@ -31,11 +31,12 @@ define Package/logrotate
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/logrotate/config
|
define Package/logrotate/config
|
||||||
config LOGROTATE_ACL
|
if PACKAGE_logrotate
|
||||||
bool
|
config LOGROTATE_ACL
|
||||||
prompt "Enable ACL support"
|
bool
|
||||||
default y if USE_FS_ACL_ATTR
|
prompt "Enable ACL support"
|
||||||
default n
|
default y if USE_FS_ACL_ATTR
|
||||||
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/logrotate/description
|
define Package/logrotate/description
|
||||||
|
|
Loading…
Reference in a new issue