X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..059307d89cbdd7a45170566f469eb9e02c20b3e1:/Projects/Webserver/Webserver.txt
diff --git a/Projects/Webserver/Webserver.txt b/Projects/Webserver/Webserver.txt
index f20189c62..97a9f1382 100644
--- a/Projects/Webserver/Webserver.txt
+++ b/Projects/Webserver/Webserver.txt
@@ -79,13 +79,13 @@
*
*
* | ENABLE_TELNET_SERVER |
- * Makefile CDEFS |
- * When defined, this enables the TELNET server in addition to the HTTP webserver, which listens for incomming connections
+ * | Makefile LUFA_OPTS |
+ * When defined, this enables the TELNET server in addition to the HTTP webserver, which listens for incoming connections
* and processes user commands. |
*
*
* | ENABLE_DHCP_CLIENT |
- * Makefile CDEFS |
+ * Makefile LUFA_OPTS |
* When defined, this enables the DHCP client for dynamic IP allocation of the network settings from a DHCP server. |
*
*
@@ -106,7 +106,7 @@
*
*
* | MAX_URI_LENGTH |
- * Makefile CDEFS |
+ * Makefile LUFA_OPTS |
* Maximum length of a URI for the Webserver. This is the maximum file path, including subdirectories and seperators. |
*
*