summaryrefslogtreecommitdiff
path: root/apps/netutils
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils')
-rw-r--r--apps/netutils/discover/Kconfig2
-rw-r--r--apps/netutils/webserver/Kconfig4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/netutils/discover/Kconfig b/apps/netutils/discover/Kconfig
index e1fc0d4e0..2e088506f 100644
--- a/apps/netutils/discover/Kconfig
+++ b/apps/netutils/discover/Kconfig
@@ -33,7 +33,7 @@ config DISCOVER_DEVICE_CLASS
hex "Network Discovery Class"
default 0xff
-config CONFIG_DISCOVER_DESCR
+config DISCOVER_DESCR
string "Discoverer Description"
default "NuttX"
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