summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 17:31:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 17:31:17 -0600
commitcd6c5655e4b5434f599db4472f62d22e252c50ab (patch)
tree95652750690f554bca94da8e63c4e27687ddbf5e /apps/examples/Kconfig
parent4b59193e39baf25f2923ef64745c44a7f2d55027 (diff)
downloadnuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.tar.gz
nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.tar.bz2
nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.zip
Rename apps/examples/uip to apps/examples/webserver
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 47b11b1e3..0578d46bb 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -65,7 +65,7 @@ source "$APPSDIR/examples/tiff/Kconfig"
source "$APPSDIR/examples/touchscreen/Kconfig"
source "$APPSDIR/examples/udp/Kconfig"
source "$APPSDIR/examples/discover/Kconfig"
-source "$APPSDIR/examples/uip/Kconfig"
+source "$APPSDIR/examples/webserver/Kconfig"
source "$APPSDIR/examples/usbserial/Kconfig"
source "$APPSDIR/examples/usbterm/Kconfig"
source "$APPSDIR/examples/watchdog/Kconfig"