summaryrefslogtreecommitdiff
path: root/package/busybox/config/networking/udhcp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-20 10:55:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-20 10:57:05 +0100
commit46e79e7ac4deeccc9bb8790e5a057b9c73122d35 (patch)
tree5b3a20180ff23926f1bbad4f8a56e4efb0ecbde2 /package/busybox/config/networking/udhcp
parent1532a04a315385c91fc1e2403e3cebda3100d5c2 (diff)
busybox: update to 1.37.0
Diffstat (limited to 'package/busybox/config/networking/udhcp')
-rw-r--r--package/busybox/config/networking/udhcp/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/config/networking/udhcp/Config.in b/package/busybox/config/networking/udhcp/Config.in
index 111e6b5f5..9018780aa 100644
--- a/package/busybox/config/networking/udhcp/Config.in
+++ b/package/busybox/config/networking/udhcp/Config.in
@@ -11,6 +11,13 @@ config BUSYBOX_UDHCPD
udhcpd is a DHCP server geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
+config BUSYBOX_FEATURE_UDHCPD_BOOTP
+ bool "Answer to BOOTP requests as well"
+ default y
+ depends on BUSYBOX_UDHCPD
+ help
+ Support old BOOTP protocol too.
+
config BUSYBOX_FEATURE_UDHCPD_BASE_IP_ON_MAC
bool "Select IP address based on client MAC"
default n