From ae169bd80880aa97f70f9ec3b58c598dda341b9b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 16 Nov 2014 08:07:16 -0600 Subject: Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files --- nuttx/configs/olimex-stm32-p107/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/olimex-stm32-p107') diff --git a/nuttx/configs/olimex-stm32-p107/nsh/defconfig b/nuttx/configs/olimex-stm32-p107/nsh/defconfig index f748b347e..f7deb683c 100644 --- a/nuttx/configs/olimex-stm32-p107/nsh/defconfig +++ b/nuttx/configs/olimex-stm32-p107/nsh/defconfig @@ -702,7 +702,7 @@ CONFIG_NET=y # CONFIG_NET_NOINTS is not set CONFIG_NET_MULTIBUFFER=y # CONFIG_NET_PROMISCUOUS is not set -CONFIG_NET_BUFSIZE=650 +CONFIG_NET_ETH_MTU=650 CONFIG_NET_RECEIVE_WINDOW=624 CONFIG_NET_GUARDSIZE=2 -- cgit v1.2.3