svn commit: trunk/busybox/networking/udhcp

vda at busybox.net vda at busybox.net
Sat Sep 9 12:18:47 UTC 2006


Author: vda
Date: 2006-09-09 05:18:46 -0700 (Sat, 09 Sep 2006)
New Revision: 16079

Log:
udhcp: FEATURE_UDHCP_SYSLOG should be selected only if
udhcp[cd] really are going to use it.



Modified:
   trunk/busybox/networking/udhcp/Config.in


Changeset:
Modified: trunk/busybox/networking/udhcp/Config.in
===================================================================
--- trunk/busybox/networking/udhcp/Config.in	2006-09-08 23:07:54 UTC (rev 16078)
+++ trunk/busybox/networking/udhcp/Config.in	2006-09-09 12:18:46 UTC (rev 16079)
@@ -6,7 +6,6 @@
 config CONFIG_APP_UDHCPD
 	bool "udhcp Server (udhcpd)"
 	default n
-	select CONFIG_FEATURE_SYSLOG
 	help
 	  uDHCPd is a DHCP server geared primarily toward embedded systems,
 	  while striving to be fully functional and RFC compliant.
@@ -27,7 +26,6 @@
 config CONFIG_APP_UDHCPC
 	bool "udhcp Client (udhcpc)"
 	default n
-	select CONFIG_FEATURE_SYSLOG
 	help
 	  uDHCPc is a DHCP client geared primarily toward embedded systems,
 	  while striving to be fully functional and RFC compliant.
@@ -41,6 +39,7 @@
 	bool "Log udhcp messages to syslog"
 	default n
 	depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
+	select CONFIG_FEATURE_SYSLOG
 	help
 	  If not daemonized, udhcpd prints its messages to stdout/stderr.
 	  If this option is selected, it will also log them to syslog.




More information about the busybox-cvs mailing list