blob: 4a0ac135313bc52448d961af6537eb6729af6fa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_SYSKLOGD
bool "syslogd & klogd"
depends on BR2_LARGEFILE
depends on BR2_USE_MMU # fork()
help
System log daemons syslogd and klogd.
http://www.infodrom.org/projects/sysklogd/
comment "syslogd needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE
depends on BR2_USE_MMU
|