Browse Source

logrotate: move config option to menu

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 5 years ago
parent
commit
f6c9e2bacd
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
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