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.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index 7ba7f48fc..d9c501c18 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -10,6 +10,13 @@ config UDHCPD
10 udhcpd is a DHCP server geared primarily toward embedded systems, 10 udhcpd is a DHCP server geared primarily toward embedded systems,
11 while striving to be fully functional and RFC compliant. 11 while striving to be fully functional and RFC compliant.
12 12
13config FEATURE_UDHCPD_BOOTP
14 bool "Answer to BOOTP requests as well"
15 default y
16 depends on UDHCPD
17 help
18 Support old BOOTP protocol too.
19
13config FEATURE_UDHCPD_BASE_IP_ON_MAC 20config FEATURE_UDHCPD_BASE_IP_ON_MAC
14 bool "Select IP address based on client MAC" 21 bool "Select IP address based on client MAC"
15 default n 22 default n