summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-16 08:07:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-16 08:07:16 -0600
commitae169bd80880aa97f70f9ec3b58c598dda341b9b (patch)
tree62d08a1153a467e18f0588ce3ff522de7966f099 /nuttx/configs/sam4e-ek
parent192b214d76b46b6d7423da26b38f3caf8b9e9a9e (diff)
downloadpx4-nuttx-ae169bd80880aa97f70f9ec3b58c598dda341b9b.tar.gz
px4-nuttx-ae169bd80880aa97f70f9ec3b58c598dda341b9b.tar.bz2
px4-nuttx-ae169bd80880aa97f70f9ec3b58c598dda341b9b.zip
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
Diffstat (limited to 'nuttx/configs/sam4e-ek')
-rw-r--r--nuttx/configs/sam4e-ek/nsh/defconfig2
-rw-r--r--nuttx/configs/sam4e-ek/nxwm/defconfig2
-rw-r--r--nuttx/configs/sam4e-ek/usbnsh/defconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sam4e-ek/nsh/defconfig b/nuttx/configs/sam4e-ek/nsh/defconfig
index 20953f35e..cdad75690 100644
--- a/nuttx/configs/sam4e-ek/nsh/defconfig
+++ b/nuttx/configs/sam4e-ek/nsh/defconfig
@@ -615,7 +615,7 @@ CONFIG_NET=y
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_PROMISCUOUS is not set
-CONFIG_NET_BUFSIZE=562
+CONFIG_NET_ETH_MTU=562
CONFIG_NET_RECEIVE_WINDOW=536
CONFIG_NET_GUARDSIZE=2
diff --git a/nuttx/configs/sam4e-ek/nxwm/defconfig b/nuttx/configs/sam4e-ek/nxwm/defconfig
index 346fd1133..e79a57143 100644
--- a/nuttx/configs/sam4e-ek/nxwm/defconfig
+++ b/nuttx/configs/sam4e-ek/nxwm/defconfig
@@ -673,7 +673,7 @@ CONFIG_NET=y
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_PROMISCUOUS is not set
-CONFIG_NET_BUFSIZE=562
+CONFIG_NET_ETH_MTU=562
CONFIG_NET_RECEIVE_WINDOW=536
CONFIG_NET_GUARDSIZE=2
diff --git a/nuttx/configs/sam4e-ek/usbnsh/defconfig b/nuttx/configs/sam4e-ek/usbnsh/defconfig
index e18ebc652..77f0f4a04 100644
--- a/nuttx/configs/sam4e-ek/usbnsh/defconfig
+++ b/nuttx/configs/sam4e-ek/usbnsh/defconfig
@@ -656,7 +656,7 @@ CONFIG_NET=y
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_PROMISCUOUS is not set
-CONFIG_NET_BUFSIZE=562
+CONFIG_NET_ETH_MTU=562
CONFIG_NET_RECEIVE_WINDOW=536
CONFIG_NET_GUARDSIZE=2