summaryrefslogtreecommitdiffstats
path: root/package/busybox/config/networking/udhcp
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-04-03 18:31:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-04-03 18:31:00 +0000
commit03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79 (patch)
tree138dd3337ab4da580067379a45074ea7e7cf7b11 /package/busybox/config/networking/udhcp
parent1bda5f253040898869baba09a04008ef51009cca (diff)
downloadmaster-31e0f0ae-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.tar.gz
master-31e0f0ae-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.tar.bz2
master-31e0f0ae-03e30ae13f122c6606d8c63dbf0e49a5f4a8dc79.zip
update busybox to 1.18.4, patch from Peter Wagner
SVN-Revision: 26455
Diffstat (limited to 'package/busybox/config/networking/udhcp')
-rw-r--r--package/busybox/config/networking/udhcp/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/busybox/config/networking/udhcp/Config.in b/package/busybox/config/networking/udhcp/Config.in
index e9827870e4..aa2a80077e 100644
--- a/package/busybox/config/networking/udhcp/Config.in
+++ b/package/busybox/config/networking/udhcp/Config.in
@@ -1,11 +1,15 @@
+# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
+
+
config BUSYBOX_CONFIG_UDHCPD
bool "udhcp server (udhcpd)"
default n
+ depends on BUSYBOX_CONFIG_PLATFORM_LINUX
help
udhcpd is a DHCP server geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
@@ -49,6 +53,7 @@ config BUSYBOX_CONFIG_DHCPD_LEASES_FILE
config BUSYBOX_CONFIG_UDHCPC
bool "udhcp client (udhcpc)"
default y
+ depends on BUSYBOX_CONFIG_PLATFORM_LINUX
help
udhcpc is a DHCP client geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.