diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-02 22:04:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-02 22:04:38 +0000 |
commit | eda43d7f454cd122d8dd2a029f48b87ab477c949 (patch) | |
tree | b6f7c44f0e65330e2260ef3caa7ab04252790b5a /networking/Config.in | |
parent | d01ff13454ebfe93e3df79eb184818a63f3f5a1c (diff) | |
download | busybox-w32-eda43d7f454cd122d8dd2a029f48b87ab477c949.tar.gz busybox-w32-eda43d7f454cd122d8dd2a029f48b87ab477c949.tar.bz2 busybox-w32-eda43d7f454cd122d8dd2a029f48b87ab477c949.zip |
ifupdown: mke it possible to use DHCP clients different from udhcp.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/networking/Config.in b/networking/Config.in index a40770540..f389fe9d4 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -266,7 +266,7 @@ config FEATURE_IFUPDOWN_IPV4 | |||
266 | default y | 266 | default y |
267 | depends on IFUPDOWN | 267 | depends on IFUPDOWN |
268 | help | 268 | help |
269 | If you want busybox to talk IPv4, leave this on. | 269 | If you want ifup/ifdown to talk IPv4, leave this on. |
270 | 270 | ||
271 | config FEATURE_IFUPDOWN_IPV6 | 271 | config FEATURE_IFUPDOWN_IPV6 |
272 | bool "Enable support for IPv6" | 272 | bool "Enable support for IPv6" |
@@ -275,13 +275,14 @@ config FEATURE_IFUPDOWN_IPV6 | |||
275 | help | 275 | help |
276 | If you need support for IPv6, turn this option on. | 276 | If you need support for IPv6, turn this option on. |
277 | 277 | ||
278 | config FEATURE_IFUPDOWN_IPX | 278 | ### UNUSED |
279 | bool "Enable support for IPX" | 279 | ### config FEATURE_IFUPDOWN_IPX |
280 | default n | 280 | ### bool "Enable support for IPX" |
281 | depends on IFUPDOWN | 281 | ### default n |
282 | help | 282 | ### depends on IFUPDOWN |
283 | If this option is selected you can use busybox to work with IPX | 283 | ### help |
284 | networks. | 284 | ### If this option is selected you can use busybox to work with IPX |
285 | ### networks. | ||
285 | 286 | ||
286 | config FEATURE_IFUPDOWN_MAPPING | 287 | config FEATURE_IFUPDOWN_MAPPING |
287 | bool "Enable mapping support" | 288 | bool "Enable mapping support" |
@@ -291,6 +292,16 @@ config FEATURE_IFUPDOWN_MAPPING | |||
291 | This enables support for the "mapping" stanza, unless you have | 292 | This enables support for the "mapping" stanza, unless you have |
292 | a weird network setup you don't need it. | 293 | a weird network setup you don't need it. |
293 | 294 | ||
295 | config FEATURE_IFUPDOWN_EXTERNAL_DHCP | ||
296 | bool "Enable support for external dhcp clients" | ||
297 | default n | ||
298 | depends on IFUPDOWN | ||
299 | help | ||
300 | This enables support for the external dhcp clients. Clients are | ||
301 | tried in the following order: dhcpcd, dhclient, pump and udhcpc. | ||
302 | Otherwise, if udhcpc applet is enabled, it is used. | ||
303 | Otherwise, ifup/ifdown will have no support for DHCP. | ||
304 | |||
294 | config INETD | 305 | config INETD |
295 | bool "inetd" | 306 | bool "inetd" |
296 | default n | 307 | default n |