aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/Config.in b/networking/Config.in
index de62f4ebc..5ccc4836a 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -24,13 +24,13 @@ config ARP
24 bool "arp" 24 bool "arp"
25 default n 25 default n
26 help 26 help
27 Manipulate the system ARP cache 27 Manipulate the system ARP cache.
28 28
29config ARPING 29config ARPING
30 bool "arping" 30 bool "arping"
31 default n 31 default n
32 help 32 help
33 Ping hosts by ARP packets 33 Ping hosts by ARP packets.
34 34
35config DNSD 35config DNSD
36 bool "dnsd" 36 bool "dnsd"
@@ -75,7 +75,7 @@ config HOSTNAME
75 bool "hostname" 75 bool "hostname"
76 default n 76 default n
77 help 77 help
78 Show or set the system's host name 78 Show or set the system's host name.
79 79
80config HTTPD 80config HTTPD
81 bool "httpd" 81 bool "httpd"
@@ -140,7 +140,7 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
140 help 140 help
141 This option enables support for running scripts through an 141 This option enables support for running scripts through an
142 interpreter. Turn this on if you want PHP scripts to work 142 interpreter. Turn this on if you want PHP scripts to work
143 properly. You need to supply an addition line in your httpd 143 properly. You need to supply an additional line in your httpd
144 config file: 144 config file:
145 *.php:/path/to/your/php 145 *.php:/path/to/your/php
146 146