From 561c54964b2c99b1709fa79ee98aea31e7d7d449 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Apr 2013 15:52:00 -0600 Subject: Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed --- apps/netutils/webserver/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/netutils/webserver/Kconfig') diff --git a/apps/netutils/webserver/Kconfig b/apps/netutils/webserver/Kconfig index 69a39510d..543415a9e 100644 --- a/apps/netutils/webserver/Kconfig +++ b/apps/netutils/webserver/Kconfig @@ -50,10 +50,10 @@ config NETUTILS_HTTPD_CGIPATH httpd_cgi_register(&a[i]); } - Where (under CONFIG_NETUTILS_HTTPD_CGIPATH) the "/xyz" is a URL path, + Where (under NETUTILS_HTTPD_CGIPATH) the "/xyz" is a URL path, rather than a %! xyz style call in the existing manner. - This is useful when CONFIG_NETUTILS_HTTPD_SCRIPT_DISABLE is defined. + This is useful when NETUTILS_HTTPD_SCRIPT_DISABLE is defined. In other words, this provides a way to get your CGI functions called without needing the scripting language. I'm using this to provide a -- cgit v1.2.3