aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/Config.src')
-rw-r--r--networking/udhcp/Config.src2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index aac88569b..331dffc2e 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -8,6 +8,7 @@ INSERT
8config UDHCPD 8config UDHCPD
9 bool "udhcp server (udhcpd)" 9 bool "udhcp server (udhcpd)"
10 default y 10 default y
11 depends on PLATFORM_LINUX
11 help 12 help
12 udhcpd is a DHCP server geared primarily toward embedded systems, 13 udhcpd is a DHCP server geared primarily toward embedded systems,
13 while striving to be fully functional and RFC compliant. 14 while striving to be fully functional and RFC compliant.
@@ -51,6 +52,7 @@ config DHCPD_LEASES_FILE
51config UDHCPC 52config UDHCPC
52 bool "udhcp client (udhcpc)" 53 bool "udhcp client (udhcpc)"
53 default y 54 default y
55 depends on PLATFORM_LINUX
54 help 56 help
55 udhcpc is a DHCP client geared primarily toward embedded systems, 57 udhcpc is a DHCP client geared primarily toward embedded systems,
56 while striving to be fully functional and RFC compliant. 58 while striving to be fully functional and RFC compliant.