diff options
author | Denys Vlasenko | 2016-12-23 02:42:26 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-12-23 02:42:26 +0100 |
commit | 9cc3d3ab21eb8b4766b71dffb04132184c754f7b (patch) | |
tree | 11ebefbc2a008c9479110177d97c346893ba4d82 /networking/udhcp/Config.src | |
parent | 7c5dea399b16341ead146cb86eb4f6cde031a12d (diff) | |
download | busybox-9cc3d3ab21eb8b4766b71dffb04132184c754f7b.zip busybox-9cc3d3ab21eb8b4766b71dffb04132184c754f7b.tar.gz |
fix breakage found by mass one-applet builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/Config.src')
-rw-r--r-- | networking/udhcp/Config.src | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index c34c8d6..90fb313 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src @@ -16,7 +16,6 @@ config UDHCPD config DHCPRELAY bool "dhcprelay" default y - depends on UDHCPD help dhcprelay listens for dhcp requests on one or more interfaces and forwards these requests to a different interface or dhcp @@ -25,7 +24,6 @@ config DHCPRELAY config DUMPLEASES bool "Lease display utility (dumpleases)" default y - depends on UDHCPD help dumpleases displays the leases written out by the udhcpd server. Lease times are stored in the file by time remaining in lease, or |