[git commit] httpd: fix config deps

Denys Vlasenko vda.linux at googlemail.com
Fri Sep 10 08:07:42 UTC 2021


commit: https://git.busybox.net/busybox/commit/?id=40f2dd7dd2e50c9d81dda4d72bf9c85c4c479a89
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/httpd.c | 1 +
 1 file changed, 1 insertion(+)

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"


More information about the busybox-cvs mailing list