diff options
author | Denis Vlasenko | 2006-11-20 19:40:36 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-20 19:40:36 +0000 |
commit | 736230e2098e55720a1e235b1c13bdd1a3372c86 (patch) | |
tree | 8269cafd5207e1d2d3f3870c83b2e0b2bdc3bf42 /networking/udhcp/Config.in | |
parent | c9cdeaa3fef3f93eb259957d36c760ec8902e0c1 (diff) | |
download | busybox-736230e2098e55720a1e235b1c13bdd1a3372c86.zip busybox-736230e2098e55720a1e235b1c13bdd1a3372c86.tar.gz |
dhcprelay: new applet
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index 13dbcee..f633473 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 |