aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/Config.in b/networking/Config.in
index e6711078c..b2d973f0c 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -72,15 +72,15 @@ config HTTPD
72config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP 72config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
73 bool "Support reloading the global config file using hup signal" 73 bool "Support reloading the global config file using hup signal"
74 default n 74 default n
75 depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD 75 depends on HTTPD
76 help 76 help
77 This option enables processing of SIGHUP to reload cached 77 This option enables processing of SIGHUP to reload cached
78 configuration settings. 78 configuration settings.
79 79
80config FEATURE_HTTPD_SETUID 80config FEATURE_HTTPD_SETUID
81 bool "Enable support -u <user> option" 81 bool "Enable -u <user> option"
82 default n 82 default n
83 depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD 83 depends on HTTPD
84 help 84 help
85 This option allows the server to run as a specific user 85 This option allows the server to run as a specific user
86 rather than defaulting to the user that starts the server. 86 rather than defaulting to the user that starts the server.