summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-stm32-p207
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/olimex-stm32-p207
parentb37853d028a2742da5aeeacc27a65bb279ea60d6 (diff)
downloadnuttx-defc8c9b135e6d13febf7438147da8452477398a.tar.gz
nuttx-defc8c9b135e6d13febf7438147da8452477398a.tar.bz2
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/olimex-stm32-p207')
-rw-r--r--nuttx/configs/olimex-stm32-p207/nsh/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-stm32-p207/nsh/defconfig b/nuttx/configs/olimex-stm32-p207/nsh/defconfig
index 0835577bd..29bf644a8 100644
--- a/nuttx/configs/olimex-stm32-p207/nsh/defconfig
+++ b/nuttx/configs/olimex-stm32-p207/nsh/defconfig
@@ -574,6 +574,12 @@ CONFIG_IOB_NCHAINS=8
CONFIG_IOB_THROTTLE=0
#
+# Routing Table Configuration
+#
+# CONFIG_NET_ROUTE is not set
+CONFIG_NET_ETHERNET=y
+
+#
# File Systems
#