aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-11-29 14:14:06 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2022-11-29 14:14:06 +0100
commit99476502f926fb6e5d61126c3b672f3f6f357d5d (patch)
treed8887c28536e559ed62c57f808f3407e439cf299 /networking/udhcp
parent77216c368f3ae65c3a9fc504d28d3fadd46d6d8d (diff)
downloadbusybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.gz
busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.bz2
busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.zip
Remove "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r--networking/udhcp/Config.src3
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index 23e2b40d8..8c8c11c26 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -6,7 +6,6 @@
6config UDHCPD 6config UDHCPD
7 bool "udhcpd (21 kb)" 7 bool "udhcpd (21 kb)"
8 default y 8 default y
9 select PLATFORM_LINUX
10 help 9 help
11 udhcpd is a DHCP server geared primarily toward embedded systems, 10 udhcpd is a DHCP server geared primarily toward embedded systems,
12 while striving to be fully functional and RFC compliant. 11 while striving to be fully functional and RFC compliant.
@@ -54,7 +53,6 @@ config DUMPLEASES
54config DHCPRELAY 53config DHCPRELAY
55 bool "dhcprelay (5.2 kb)" 54 bool "dhcprelay (5.2 kb)"
56 default y 55 default y
57 select PLATFORM_LINUX
58 help 56 help
59 dhcprelay listens for DHCP requests on one or more interfaces 57 dhcprelay listens for DHCP requests on one or more interfaces
60 and forwards these requests to a different interface or DHCP 58 and forwards these requests to a different interface or DHCP
@@ -63,7 +61,6 @@ config DHCPRELAY
63config UDHCPC 61config UDHCPC
64 bool "udhcpc (24 kb)" 62 bool "udhcpc (24 kb)"
65 default y 63 default y
66 select PLATFORM_LINUX
67 help 64 help
68 udhcpc is a DHCP client geared primarily toward embedded systems, 65 udhcpc is a DHCP client geared primarily toward embedded systems,
69 while striving to be fully functional and RFC compliant. 66 while striving to be fully functional and RFC compliant.