From defc8c9b135e6d13febf7438147da8452477398a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 14 Nov 2014 18:25:33 -0600 Subject: 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 --- nuttx/configs/olimex-stm32-p207/nsh/defconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/configs/olimex-stm32-p207') 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 @@ -573,6 +573,12 @@ 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 # -- cgit v1.2.3