diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.in | 46 | ||||
-rw-r--r-- | networking/Kbuild | 3 |
2 files changed, 32 insertions, 17 deletions
diff --git a/networking/Config.in b/networking/Config.in index 729cca148..f0a93078e 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -55,7 +55,7 @@ config BRCTL | |||
55 | Supports addbr/delbr and addif/delif. | 55 | Supports addbr/delbr and addif/delif. |
56 | 56 | ||
57 | #config FEATURE_BRCTL_SHOW | 57 | #config FEATURE_BRCTL_SHOW |
58 | # bool "support show, showmac and showstp" | 58 | # bool "Support show, showmac and showstp" |
59 | # default n | 59 | # default n |
60 | # depends on BRCTL | 60 | # depends on BRCTL |
61 | # help | 61 | # help |
@@ -63,7 +63,7 @@ config BRCTL | |||
63 | # showmacs, showstp, show | 63 | # showmacs, showstp, show |
64 | 64 | ||
65 | config FEATURE_BRCTL_FANCY | 65 | config FEATURE_BRCTL_FANCY |
66 | bool "fancy options" | 66 | bool "Fancy options" |
67 | default n | 67 | default n |
68 | depends on BRCTL | 68 | depends on BRCTL |
69 | help | 69 | help |
@@ -142,7 +142,7 @@ config FEATURE_HTTPD_USE_SENDFILE | |||
142 | instead of read/write loop. | 142 | instead of read/write loop. |
143 | 143 | ||
144 | config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP | 144 | config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP |
145 | bool "Support reloading the global config file using hup signal" | 145 | bool "Support reloading of global config file on HUP signal" |
146 | default n | 146 | default n |
147 | depends on HTTPD | 147 | depends on HTTPD |
148 | help | 148 | help |
@@ -192,7 +192,7 @@ config FEATURE_HTTPD_CGI | |||
192 | when specific URLs are requested. | 192 | when specific URLs are requested. |
193 | 193 | ||
194 | config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR | 194 | config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR |
195 | bool "Enable support for running scripts through an interpreter" | 195 | bool "Support for running scripts through an interpreter" |
196 | default n | 196 | default n |
197 | depends on FEATURE_HTTPD_CGI | 197 | depends on FEATURE_HTTPD_CGI |
198 | help | 198 | help |
@@ -203,7 +203,7 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR | |||
203 | *.php:/path/to/your/php | 203 | *.php:/path/to/your/php |
204 | 204 | ||
205 | config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV | 205 | config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV |
206 | bool "Support the REMOTE_PORT environment variable for CGI" | 206 | bool "Set REMOTE_PORT environment variable for CGI" |
207 | default n | 207 | default n |
208 | depends on FEATURE_HTTPD_CGI | 208 | depends on FEATURE_HTTPD_CGI |
209 | help | 209 | help |
@@ -211,17 +211,17 @@ config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV | |||
211 | references that contain a unique port number. | 211 | references that contain a unique port number. |
212 | 212 | ||
213 | config FEATURE_HTTPD_ENCODE_URL_STR | 213 | config FEATURE_HTTPD_ENCODE_URL_STR |
214 | bool "Enable the -e option for shell script CGI simplification." | 214 | bool "Enable -e option (useful for CGIs written as shell scripts)" |
215 | default y | 215 | default y |
216 | depends on HTTPD | 216 | depends on HTTPD |
217 | help | 217 | help |
218 | This option allows html encoding arbitrary | 218 | This option allows html encoding of arbitrary strings for display |
219 | strings for display of the browser. Output goes to stdout. | 219 | by the browser. Output goes to stdout. |
220 | For example, httpd -e "<Hello World>" as | 220 | For example, httpd -e "<Hello World>" produces |
221 | "<Hello World>". | 221 | "<Hello World>". |
222 | 222 | ||
223 | config FEATURE_HTTPD_ERROR_PAGES | 223 | config FEATURE_HTTPD_ERROR_PAGES |
224 | bool "Enable support for custom error pages" | 224 | bool "Support for custom error pages" |
225 | default n | 225 | default n |
226 | depends on HTTPD | 226 | depends on HTTPD |
227 | help | 227 | help |
@@ -234,7 +234,7 @@ config FEATURE_HTTPD_ERROR_PAGES | |||
234 | message. | 234 | message. |
235 | 235 | ||
236 | config FEATURE_HTTPD_PROXY | 236 | config FEATURE_HTTPD_PROXY |
237 | bool "Enable support for reverse proxy" | 237 | bool "Support for reverse proxy" |
238 | default n | 238 | default n |
239 | depends on HTTPD | 239 | depends on HTTPD |
240 | help | 240 | help |
@@ -363,14 +363,14 @@ config FEATURE_IFUPDOWN_IFCONFIG_BUILTIN | |||
363 | work. | 363 | work. |
364 | 364 | ||
365 | config FEATURE_IFUPDOWN_IPV4 | 365 | config FEATURE_IFUPDOWN_IPV4 |
366 | bool "Enable support for IPv4" | 366 | bool "Support for IPv4" |
367 | default y | 367 | default y |
368 | depends on IFUPDOWN | 368 | depends on IFUPDOWN |
369 | help | 369 | help |
370 | If you want ifup/ifdown to talk IPv4, leave this on. | 370 | If you want ifup/ifdown to talk IPv4, leave this on. |
371 | 371 | ||
372 | config FEATURE_IFUPDOWN_IPV6 | 372 | config FEATURE_IFUPDOWN_IPV6 |
373 | bool "Enable support for IPv6" | 373 | bool "Support for IPv6" |
374 | default n | 374 | default n |
375 | depends on IFUPDOWN && FEATURE_IPV6 | 375 | depends on IFUPDOWN && FEATURE_IPV6 |
376 | help | 376 | help |
@@ -378,7 +378,7 @@ config FEATURE_IFUPDOWN_IPV6 | |||
378 | 378 | ||
379 | ### UNUSED | 379 | ### UNUSED |
380 | ###config FEATURE_IFUPDOWN_IPX | 380 | ###config FEATURE_IFUPDOWN_IPX |
381 | ### bool "Enable support for IPX" | 381 | ### bool "Support for IPX" |
382 | ### default n | 382 | ### default n |
383 | ### depends on IFUPDOWN | 383 | ### depends on IFUPDOWN |
384 | ### help | 384 | ### help |
@@ -394,7 +394,7 @@ config FEATURE_IFUPDOWN_MAPPING | |||
394 | a weird network setup you don't need it. | 394 | a weird network setup you don't need it. |
395 | 395 | ||
396 | config FEATURE_IFUPDOWN_EXTERNAL_DHCP | 396 | config FEATURE_IFUPDOWN_EXTERNAL_DHCP |
397 | bool "Enable support for external dhcp clients" | 397 | bool "Support for external dhcp clients" |
398 | default n | 398 | default n |
399 | depends on IFUPDOWN | 399 | depends on IFUPDOWN |
400 | help | 400 | help |
@@ -497,7 +497,7 @@ config FEATURE_IP_RULE | |||
497 | Add support for rule commands to "ip". | 497 | Add support for rule commands to "ip". |
498 | 498 | ||
499 | config FEATURE_IP_SHORT_FORMS | 499 | config FEATURE_IP_SHORT_FORMS |
500 | bool "Support short forms of ip commands." | 500 | bool "Support short forms of ip commands" |
501 | default n | 501 | default n |
502 | depends on IP | 502 | depends on IP |
503 | help | 503 | help |
@@ -625,7 +625,7 @@ config NETSTAT | |||
625 | netstat prints information about the Linux networking subsystem. | 625 | netstat prints information about the Linux networking subsystem. |
626 | 626 | ||
627 | config FEATURE_NETSTAT_WIDE | 627 | config FEATURE_NETSTAT_WIDE |
628 | bool " Enable wide netstat output" | 628 | bool "Enable wide netstat output" |
629 | default n | 629 | default n |
630 | depends on NETSTAT | 630 | depends on NETSTAT |
631 | help | 631 | help |
@@ -896,4 +896,16 @@ config ZCIP | |||
896 | See http://www.zeroconf.org for further details, and "zcip.script" | 896 | See http://www.zeroconf.org for further details, and "zcip.script" |
897 | in the busybox examples. | 897 | in the busybox examples. |
898 | 898 | ||
899 | config TCPSVD | ||
900 | bool "tcpsvd" | ||
901 | default n | ||
902 | help | ||
903 | tcpsvd listens on a TCP port and runs a program for each new connection | ||
904 | |||
905 | config UDPSVD | ||
906 | bool "udpsvd" | ||
907 | default n | ||
908 | help | ||
909 | udpsvd listens on an UDP port and runs a program for each new connection | ||
910 | |||
899 | endmenu | 911 | endmenu |
diff --git a/networking/Kbuild b/networking/Kbuild index bf9ba9960..be2ef94dd 100644 --- a/networking/Kbuild +++ b/networking/Kbuild | |||
@@ -40,3 +40,6 @@ lib-$(CONFIG_TRACEROUTE) += traceroute.o | |||
40 | lib-$(CONFIG_VCONFIG) += vconfig.o | 40 | lib-$(CONFIG_VCONFIG) += vconfig.o |
41 | lib-$(CONFIG_WGET) += wget.o | 41 | lib-$(CONFIG_WGET) += wget.o |
42 | lib-$(CONFIG_ZCIP) += zcip.o | 42 | lib-$(CONFIG_ZCIP) += zcip.o |
43 | |||
44 | lib-$(CONFIG_TCPSVD) += tcpudp.o tcpudp_perhost.o | ||
45 | lib-$(CONFIG_UDPSVD) += tcpudp.o tcpudp_perhost.o | ||