You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/05/26 02:37:57 UTC

[incubator-nuttx] branch master updated: sama5: Disable CONFIG_NETUTILS_NETLIB_GENERICURLPARSER for a config

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 4f1258f  sama5: Disable CONFIG_NETUTILS_NETLIB_GENERICURLPARSER for a config
4f1258f is described below

commit 4f1258f727a6dc1404443234253aefeb70d39665
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Tue May 26 09:58:16 2020 +0900

    sama5: Disable CONFIG_NETUTILS_NETLIB_GENERICURLPARSER for a config
    
    There is no clear reason why this option is enabled here.
    
    This is a preparation for
    https://github.com/apache/incubator-nuttx-apps/pull/278
---
 .../sama5d3-xplained/configs/ethernet-over-usb-2-high-speed/defconfig    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/arm/sama5/sama5d3-xplained/configs/ethernet-over-usb-2-high-speed/defconfig b/boards/arm/sama5/sama5d3-xplained/configs/ethernet-over-usb-2-high-speed/defconfig
index 65aada5..3f3165e 100644
--- a/boards/arm/sama5/sama5d3-xplained/configs/ethernet-over-usb-2-high-speed/defconfig
+++ b/boards/arm/sama5/sama5d3-xplained/configs/ethernet-over-usb-2-high-speed/defconfig
@@ -50,7 +50,6 @@ CONFIG_MAX_WDOGPARMS=2
 CONFIG_MMCSD=y
 CONFIG_NETINIT_NETLOCAL=y
 CONFIG_NETINIT_NOMAC=y
-CONFIG_NETUTILS_NETLIB_GENERICURLPARSER=y
 CONFIG_NETUTILS_TELNETC=y
 CONFIG_NETUTILS_WEBCLIENT=y
 CONFIG_NET_ARP_IPIN=y