1config 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 9 https://github.com/logrotate/logrotate 10 11comment "logrotate needs a toolchain w/ wchar" 12 depends on BR2_USE_MMU 13 depends on !BR2_USE_WCHAR 14