summaryrefslogtreecommitdiffstats
path: root/package/sysklogd/Config.in
blob: 6339d762e5a2fcdfda7c71885326f37384a4d82e (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/products/sysklogd/

comment "syslogd needs a toolchain w/ largefile"
	depends on !BR2_LARGEFILE
	depends on BR2_USE_MMU
OpenPOWER on IntegriCloud