summaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko2021-09-10 10:07:42 +0200
committerDenys Vlasenko2021-09-10 10:07:42 +0200
commit40f2dd7dd2e50c9d81dda4d72bf9c85c4c479a89 (patch)
tree4ebc717b7bc82ceeb8f1042e57d8374441e0a414 /networking
parentc00bcf2d2c41af832ca70c749f1300309bf1cb91 (diff)
downloadbusybox-40f2dd7dd2e50c9d81dda4d72bf9c85c4c479a89.zip
busybox-40f2dd7dd2e50c9d81dda4d72bf9c85c4c479a89.tar.gz
httpd: fix config deps
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index 9972a53..55ca2ae 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -106,6 +106,7 @@
//config: int "Default port"
//config: default 80
//config: range 1 65535
+//config: depends on HTTPD
//config:
//config:config FEATURE_HTTPD_RANGES
//config: bool "Support 'Ranges:' header"