2008-10-06 22:41:12 +02:00
|
|
|
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/
|
|
|
|
|
2010-04-02 12:40:32 +02:00
|
|
|
comment "logrotate requires a toolchain with WCHAR support"
|
2008-10-06 22:41:12 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
|