blob: 8e61a444a3f8f9a2cc6211e3fef7b61078eb008d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_LOGROTATE
bool "logrotate"
select BR2_PACKAGE_POPT
depends on BR2_USE_WCHAR
help
A simple program to rotate logs.
https://fedorahosted.org/logrotate/
comment "logrotate - disabled (requires wchar support)"
depends on !BR2_USE_WCHAR
|