Merge pull request #9447 from cotequeiroz/logrotate-menu
logrotate: move config option to menu
This commit is contained in:
commit
bab8ffe5a7
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
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue