Browse Source

httpd: fix config deps

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko 2 years ago
parent
commit
40f2dd7dd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      networking/httpd.c

+ 1 - 0
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"