This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 27e0725  Remove CONFIG_NET_UDP_BINDTODEVICE from DHCPC configurations
27e0725 is described below

commit 27e0725a4e0fb2a0e8bbba4d5ee342a6086777b8
Author: Gregory Nutt <[email protected]>
AuthorDate: Wed Apr 28 15:31:07 2021 -0600

    Remove CONFIG_NET_UDP_BINDTODEVICE from DHCPC configurations
    
    CONFIG_NET_UDP_BINDTODEVICE is now selected by default if DHCPC is enabled.
    
    This change will not build without apps PR 696
---
 boards/arm/cxd56xx/spresense/configs/rndis/defconfig        | 1 -
 boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig    | 1 -
 boards/arm/lc823450/lc823450-xgevk/configs/bt/defconfig     | 1 -
 boards/arm/lc823450/lc823450-xgevk/configs/krndis/defconfig | 1 -
 boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig  | 1 -
 boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig        | 1 -
 boards/sim/sim/sim/configs/rpserver/defconfig               | 1 -
 boards/sim/sim/sim/configs/tcpblaster/defconfig             | 1 -
 8 files changed, 8 deletions(-)

diff --git a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig 
b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
index e7a66de..be51614 100644
--- a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
@@ -105,7 +105,6 @@ CONFIG_NET_STATISTICS=y
 CONFIG_NET_TCP=y
 CONFIG_NET_TCPBACKLOG=y
 CONFIG_NET_UDP=y
-CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_DISABLE_TELNETD=y
diff --git a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig 
b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig
index 3f783aa..2822555 100644
--- a/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/rndis_smp/defconfig
@@ -107,7 +107,6 @@ CONFIG_NET_STATISTICS=y
 CONFIG_NET_TCP=y
 CONFIG_NET_TCPBACKLOG=y
 CONFIG_NET_UDP=y
-CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_DISABLE_TELNETD=y
diff --git a/boards/arm/lc823450/lc823450-xgevk/configs/bt/defconfig 
b/boards/arm/lc823450/lc823450-xgevk/configs/bt/defconfig
index d92cc2f..d1ea5b8 100644
--- a/boards/arm/lc823450/lc823450-xgevk/configs/bt/defconfig
+++ b/boards/arm/lc823450/lc823450-xgevk/configs/bt/defconfig
@@ -103,7 +103,6 @@ CONFIG_NET_TCP_KEEPALIVE=y
 CONFIG_NET_TUN=y
 CONFIG_NET_TUN_PKTSIZE=1500
 CONFIG_NET_UDP=y
-CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_CMDOPT_DD_STATS=y
diff --git a/boards/arm/lc823450/lc823450-xgevk/configs/krndis/defconfig 
b/boards/arm/lc823450/lc823450-xgevk/configs/krndis/defconfig
index fcbdd4c..1816c5b 100644
--- a/boards/arm/lc823450/lc823450-xgevk/configs/krndis/defconfig
+++ b/boards/arm/lc823450/lc823450-xgevk/configs/krndis/defconfig
@@ -107,7 +107,6 @@ CONFIG_NET_ROUTE=y
 CONFIG_NET_STATISTICS=y
 CONFIG_NET_TCP=y
 CONFIG_NET_UDP=y
-CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_CMDOPT_DD_STATS=y
 CONFIG_NSH_DISABLE_BASENAME=y
diff --git a/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig 
b/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig
index 8735ddd..f228a0a 100644
--- a/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig
+++ b/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig
@@ -105,7 +105,6 @@ CONFIG_NET_STATISTICS=y
 CONFIG_NET_TCP=y
 CONFIG_NET_TCP_WRITE_BUFFERS=y
 CONFIG_NET_UDP=y
-CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NFS=y
 CONFIG_NFS_STATISTICS=y
 CONFIG_NSH_ARCHINIT=y
diff --git a/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig 
b/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig
index bde2774..8c961c0 100644
--- a/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig
+++ b/boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh/defconfig
@@ -119,7 +119,6 @@ CONFIG_NET_TCPBACKLOG=y
 CONFIG_NET_TCP_KEEPALIVE=y
 CONFIG_NET_TCP_WRITE_BUFFERS=y
 CONFIG_NET_UDP=y
-CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NET_UDP_CHECKSUMS=y
 CONFIG_NFS=y
 CONFIG_NSH_ARCHINIT=y
diff --git a/boards/sim/sim/sim/configs/rpserver/defconfig 
b/boards/sim/sim/sim/configs/rpserver/defconfig
index f711842..61c9281 100644
--- a/boards/sim/sim/sim/configs/rpserver/defconfig
+++ b/boards/sim/sim/sim/configs/rpserver/defconfig
@@ -43,7 +43,6 @@ CONFIG_NET_TCP=y
 CONFIG_NET_TCPBACKLOG=y
 CONFIG_NET_TCP_WRITE_BUFFERS=y
 CONFIG_NET_UDP=y
-CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NET_UDP_WRITE_BUFFERS=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
diff --git a/boards/sim/sim/sim/configs/tcpblaster/defconfig 
b/boards/sim/sim/sim/configs/tcpblaster/defconfig
index f82b754..b7ff4c0 100644
--- a/boards/sim/sim/sim/configs/tcpblaster/defconfig
+++ b/boards/sim/sim/sim/configs/tcpblaster/defconfig
@@ -78,7 +78,6 @@ CONFIG_NET_TCP_WRITE_BUFFERS=y
 CONFIG_NET_TUN=y
 CONFIG_NET_TUN_PKTSIZE=1500
 CONFIG_NET_UDP=y
-CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NET_UDP_WRITE_BUFFERS=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y

Reply via email to