aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r--networking/udhcp/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in
index 13dbcee9c..f633473eb 100644
--- a/networking/udhcp/Config.in
+++ b/networking/udhcp/Config.in
@@ -12,6 +12,15 @@ config APP_UDHCPD
See http://udhcp.busybox.net for further details.
+config APP_DHCPRELAY
+ bool "dhcprelay"
+ default n
+ depends on APP_UDHCPD
+ help
+ dhcprelay listens for dhcp requests on one or more interfaces
+ and forwards these requests to a different interface or dhcp
+ server.
+
config APP_DUMPLEASES
bool "Lease display utility (dumpleases)"
default n