mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
Merge pull request #9447 from cotequeiroz/logrotate-menu
logrotate: move config option to menu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user