From 08750a096b1c72e577a102a619b9a0827d2f3b9d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 May 2013 07:35:54 -0600 Subject: Add TCP echo server from Max Holtzberg --- apps/examples/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/Kconfig') diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig index 11a56a81c..97e6ce140 100644 --- a/apps/examples/Kconfig +++ b/apps/examples/Kconfig @@ -50,6 +50,7 @@ source "$APPSDIR/examples/serloop/Kconfig" source "$APPSDIR/examples/flash_test/Kconfig" source "$APPSDIR/examples/smart_test/Kconfig" source "$APPSDIR/examples/smart/Kconfig" +source "$APPSDIR/examples/tcpecho/Kconfig" source "$APPSDIR/examples/telnetd/Kconfig" source "$APPSDIR/examples/thttpd/Kconfig" source "$APPSDIR/examples/tiff/Kconfig" -- cgit v1.2.3