You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/02/28 08:54:13 UTC

[incubator-nuttx] 02/02: boards: stm32f4discovery: Remove CONFIG_NET_LOCAL=y from wifi/defconfig

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

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

commit 5f41c94e56b94cc82cc929a66507cfe063d11b41
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Fri Feb 28 14:49:05 2020 +0900

    boards: stm32f4discovery: Remove CONFIG_NET_LOCAL=y from wifi/defconfig
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig b/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
index 0988711..af6b2f4 100644
--- a/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
+++ b/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig
@@ -56,7 +56,6 @@ CONFIG_NETUTILS_WEBCLIENT=y
 CONFIG_NETUTILS_WEBSERVER=y
 CONFIG_NET_BROADCAST=y
 CONFIG_NET_ICMP=y
-CONFIG_NET_LOCAL=y
 CONFIG_NET_TCP_NO_STACK=y
 CONFIG_NET_UDP_NO_STACK=y
 CONFIG_NET_USRSOCK=y