summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-04-30 03:49:37 +0000
committerRob Landley <rob@landley.net>2005-04-30 03:49:37 +0000
commitad8071f582a354924e96a3842e4fda7895bb5b7f (patch)
tree6a0fb577de9944fcbb68604a45bbb581da6d8590 /networking/Config.in
parent55b1efc6de0bce7872dd9b46c19e6688a1976427 (diff)
downloadbusybox-w32-ad8071f582a354924e96a3842e4fda7895bb5b7f.tar.gz
busybox-w32-ad8071f582a354924e96a3842e4fda7895bb5b7f.tar.bz2
busybox-w32-ad8071f582a354924e96a3842e4fda7895bb5b7f.zip
David Brownell submitted a new applet, zcip, based on RFC 3927. This is
version 0418b. It compiled.
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index cf2f1dcc1..418ef4bc4 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -637,5 +637,16 @@ config CONFIG_FEATURE_WGET_IP6_LITERAL
637 637
638source networking/udhcp/Config.in 638source networking/udhcp/Config.in
639 639
640config CONFIG_ZCIP
641 bool "zcip"
642 default n
643 help
644 ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.
645 It's a daemon that allocates and defends a dynamically assigned
646 address on the 169.254/16 network, requiring no system administrator.
647
648 See http://www.zeroconf.org for further details, and "zcip.script"
649 in the busybox examples.
650
640endmenu 651endmenu
641 652