aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:56:34 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:56:34 +1000
commitc31744ca1a86b2276c37c6d9a884660185debed6 (patch)
treebb051c35c3430a3793ceef173a01cb522fb4ae05 /sysklogd
parent1a286d510c2125bdab601ce47afd4d27b6ce6f41 (diff)
parente329089c62ed813e97344f8c61d7dc34221fd5ee (diff)
downloadbusybox-w32-c31744ca1a86b2276c37c6d9a884660185debed6.tar.gz
busybox-w32-c31744ca1a86b2276c37c6d9a884660185debed6.tar.bz2
busybox-w32-c31744ca1a86b2276c37c6d9a884660185debed6.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/Config.src2
-rw-r--r--sysklogd/Kbuild.src2
2 files changed, 4 insertions, 0 deletions
diff --git a/sysklogd/Config.src b/sysklogd/Config.src
index af00d65bb..6d574abb1 100644
--- a/sysklogd/Config.src
+++ b/sysklogd/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "System Logging Utilities" 6menu "System Logging Utilities"
7 7
8INSERT
9
8config SYSLOGD 10config SYSLOGD
9 bool "syslogd" 11 bool "syslogd"
10 default y 12 default y
diff --git a/sysklogd/Kbuild.src b/sysklogd/Kbuild.src
index d802198e6..faaac110c 100644
--- a/sysklogd/Kbuild.src
+++ b/sysklogd/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_KLOGD) += klogd.o 10lib-$(CONFIG_KLOGD) += klogd.o
9lib-$(CONFIG_LOGGER) += syslogd_and_logger.o 11lib-$(CONFIG_LOGGER) += syslogd_and_logger.o
10lib-$(CONFIG_LOGREAD) += logread.o 12lib-$(CONFIG_LOGREAD) += logread.o