summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/tcpecho
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-14 18:25:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-14 18:25:33 -0600
commitdefc8c9b135e6d13febf7438147da8452477398a (patch)
treecd608e919910dea41b53679d7146cdefc2ce2ebd /nuttx/configs/lm3s6965-ek/tcpecho
parentb37853d028a2742da5aeeacc27a65bb279ea60d6 (diff)
downloadpx4-nuttx-defc8c9b135e6d13febf7438147da8452477398a.tar.gz
px4-nuttx-defc8c9b135e6d13febf7438147da8452477398a.tar.bz2
px4-nuttx-defc8c9b135e6d13febf7438147da8452477398a.zip
ARP: Add support for the case where there are multiple networks: One being Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/tcpecho')
-rw-r--r--nuttx/configs/lm3s6965-ek/tcpecho/defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s6965-ek/tcpecho/defconfig b/nuttx/configs/lm3s6965-ek/tcpecho/defconfig
index a7fb1284e..b7b273ddb 100644
--- a/nuttx/configs/lm3s6965-ek/tcpecho/defconfig
+++ b/nuttx/configs/lm3s6965-ek/tcpecho/defconfig
@@ -474,7 +474,12 @@ CONFIG_IOB_NBUFFERS=24
CONFIG_IOB_BUFSIZE=196
CONFIG_IOB_NCHAINS=8
CONFIG_IOB_THROTTLE=0
+
+#
+# Routing Table Configuration
+#
# CONFIG_NET_ROUTE is not set
+CONFIG_NET_ETHERNET=y
#
# File Systems