summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm
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/c5471evm
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/c5471evm')
-rw-r--r--nuttx/configs/c5471evm/httpd/defconfig5
-rw-r--r--nuttx/configs/c5471evm/nettest/defconfig5
-rw-r--r--nuttx/configs/c5471evm/nsh/defconfig5
3 files changed, 15 insertions, 0 deletions
diff --git a/nuttx/configs/c5471evm/httpd/defconfig b/nuttx/configs/c5471evm/httpd/defconfig
index 8f6076d88..a92ee57b9 100644
--- a/nuttx/configs/c5471evm/httpd/defconfig
+++ b/nuttx/configs/c5471evm/httpd/defconfig
@@ -367,7 +367,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
diff --git a/nuttx/configs/c5471evm/nettest/defconfig b/nuttx/configs/c5471evm/nettest/defconfig
index 1bf614d42..24a1d59cb 100644
--- a/nuttx/configs/c5471evm/nettest/defconfig
+++ b/nuttx/configs/c5471evm/nettest/defconfig
@@ -365,7 +365,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
diff --git a/nuttx/configs/c5471evm/nsh/defconfig b/nuttx/configs/c5471evm/nsh/defconfig
index 9ec68804e..f7f0b9bad 100644
--- a/nuttx/configs/c5471evm/nsh/defconfig
+++ b/nuttx/configs/c5471evm/nsh/defconfig
@@ -372,7 +372,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