diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-09-10 10:07:42 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-09-10 10:07:42 +0200 |
commit | 40f2dd7dd2e50c9d81dda4d72bf9c85c4c479a89 (patch) | |
tree | 4ebc717b7bc82ceeb8f1042e57d8374441e0a414 | |
parent | c00bcf2d2c41af832ca70c749f1300309bf1cb91 (diff) |
httpd: fix config deps
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 9972a5378..55ca2ae8b 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" |