1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00

Merge pull request #9447 from cotequeiroz/logrotate-menu

logrotate: move config option to menu
This commit is contained in:
Rosen Penev 2019-07-10 14:07:24 -07:00 committed by GitHub
commit bab8ffe5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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