bf4586d7ce
Fixes: http://autobuild.buildroot.net/results/bf1/bf1a6e1d4798c5abea4ff5114279329d6d90548f/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
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/products/sysklogd/
|
|
|
|
comment "syslogd needs a toolchain w/ largefile"
|
|
depends on !BR2_LARGEFILE
|
|
depends on BR2_USE_MMU
|