diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index e5eb11caa..2dff021a8 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -33,6 +33,7 @@ config CONFIG_ETHER_WAKE | |||
33 | config CONFIG_FAKEIDENTD | 33 | config CONFIG_FAKEIDENTD |
34 | bool "fakeidentd" | 34 | bool "fakeidentd" |
35 | default n | 35 | default n |
36 | select CONFIG_FEATURE_SYSLOG | ||
36 | help | 37 | help |
37 | fakeidentd listens on the ident port and returns a predefined | 38 | fakeidentd listens on the ident port and returns a predefined |
38 | fake value on any query. | 39 | fake value on any query. |
@@ -288,6 +289,7 @@ config CONFIG_FEATURE_IFUPDOWN_MAPPING | |||
288 | config CONFIG_INETD | 289 | config CONFIG_INETD |
289 | bool "inetd" | 290 | bool "inetd" |
290 | default n | 291 | default n |
292 | select CONFIG_FEATURE_SYSLOG | ||
291 | help | 293 | help |
292 | Internet superserver daemon | 294 | Internet superserver daemon |
293 | 295 | ||
@@ -428,6 +430,7 @@ config CONFIG_FEATURE_IPCALC_LONG_OPTIONS | |||
428 | config CONFIG_NAMEIF | 430 | config CONFIG_NAMEIF |
429 | bool "nameif" | 431 | bool "nameif" |
430 | default n | 432 | default n |
433 | select CONFIG_FEATURE_SYSLOG | ||
431 | help | 434 | help |
432 | nameif is used to rename network interface by its MAC address. | 435 | nameif is used to rename network interface by its MAC address. |
433 | Renamed interfaces MUST be in the down state. | 436 | Renamed interfaces MUST be in the down state. |
@@ -539,6 +542,7 @@ config CONFIG_FEATURE_TELNET_AUTOLOGIN | |||
539 | config CONFIG_TELNETD | 542 | config CONFIG_TELNETD |
540 | bool "telnetd" | 543 | bool "telnetd" |
541 | default n | 544 | default n |
545 | select CONFIG_FEATURE_SYSLOG | ||
542 | help | 546 | help |
543 | A daemon for the TELNET protocol, allowing you to log onto the host | 547 | A daemon for the TELNET protocol, allowing you to log onto the host |
544 | running the daemon. Please keep in mind that the TELNET protocol | 548 | running the daemon. Please keep in mind that the TELNET protocol |
@@ -701,6 +705,7 @@ config CONFIG_FEATURE_WGET_LONG_OPTIONS | |||
701 | config CONFIG_ZCIP | 705 | config CONFIG_ZCIP |
702 | bool "zcip" | 706 | bool "zcip" |
703 | default n | 707 | default n |
708 | select CONFIG_FEATURE_SYSLOG | ||
704 | help | 709 | help |
705 | ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. | 710 | ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. |
706 | It's a daemon that allocates and defends a dynamically assigned | 711 | It's a daemon that allocates and defends a dynamically assigned |