Config.in 315 B

12345678910111213
  1. config BR2_PACKAGE_LOGROTATE
  2. bool "logrotate"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_USE_MMU # fork()
  5. select BR2_PACKAGE_POPT
  6. help
  7. A simple program to rotate logs.
  8. https://github.com/logrotate/logrotate
  9. comment "logrotate needs a toolchain w/ wchar"
  10. depends on BR2_USE_MMU
  11. depends on !BR2_USE_WCHAR