Browse Source

Merge pull request #9447 from cotequeiroz/logrotate-menu

logrotate: move config option to menu
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
bab8ffe5a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      utils/logrotate/Makefile

+ 6
- 5
utils/logrotate/Makefile 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


Loading…
Cancel
Save