From 9a4192d22b250700fc4467593b85a9a8fee9a80b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 1 Dec 2015 07:47:41 -0600 Subject: [PATCH] Remove CONFIG_NET_PINGADDRCONF. This was a uIP way of assigning IP addresses, but is not standard and not a appropriate feature in general. --- configs/c5471evm/httpd/defconfig | 1 - configs/c5471evm/nettest/defconfig | 1 - configs/c5471evm/nsh/defconfig | 1 - configs/cloudctrl/nsh/defconfig | 1 - configs/dk-tm4c129x/nsh/defconfig | 1 - configs/eagle100/httpd/defconfig | 1 - configs/eagle100/nettest/defconfig | 1 - configs/eagle100/nsh/defconfig | 1 - configs/eagle100/thttpd/defconfig | 1 - configs/ekk-lm3s9b96/nsh/defconfig | 1 - configs/ez80f910200zco/dhcpd/defconfig | 1 - configs/ez80f910200zco/httpd/defconfig | 1 - configs/ez80f910200zco/nettest/defconfig | 1 - configs/ez80f910200zco/nsh/defconfig | 1 - configs/ez80f910200zco/poll/defconfig | 1 - configs/fire-stm32v2/nsh/defconfig | 1 - configs/lincoln60/netnsh/defconfig | 1 - configs/lincoln60/thttpd-binfs/defconfig | 1 - configs/lm3s6432-s2e/nsh/defconfig | 1 - configs/lm3s6965-ek/discover/defconfig | 1 - configs/lm3s6965-ek/nsh/defconfig | 1 - configs/lm3s6965-ek/tcpecho/defconfig | 1 - configs/lm3s8962-ek/nsh/defconfig | 1 - configs/lpcxpresso-lpc1768/dhcpd/defconfig | 1 - configs/lpcxpresso-lpc1768/nsh/defconfig | 1 - configs/lpcxpresso-lpc1768/thttpd/defconfig | 1 - configs/moxa/nsh/defconfig | 1 - configs/ntosd-dm320/nettest/defconfig | 1 - configs/ntosd-dm320/nsh/defconfig | 1 - configs/ntosd-dm320/poll/defconfig | 1 - configs/ntosd-dm320/thttpd/defconfig | 1 - configs/ntosd-dm320/udp/defconfig | 1 - configs/ntosd-dm320/webserver/defconfig | 1 - configs/olimex-lpc1766stk/ftpc/defconfig | 1 - configs/olimex-lpc1766stk/hidmouse/defconfig | 1 - configs/olimex-lpc1766stk/nettest/defconfig | 1 - configs/olimex-lpc1766stk/nsh/defconfig | 1 - configs/olimex-lpc1766stk/slip-httpd/defconfig | 1 - configs/olimex-lpc1766stk/thttpd-binfs/defconfig | 1 - configs/olimex-lpc1766stk/thttpd-nxflat/defconfig | 1 - configs/olimex-lpc1766stk/zmodem/defconfig | 1 - configs/olimex-stm32-p107/nsh/defconfig | 1 - configs/olimex-stm32-p207/nsh/defconfig | 1 - configs/olimex-strp711/nettest/defconfig | 1 - configs/pic32mx-starterkit/nsh2/defconfig | 1 - configs/pic32mx7mmb/nsh/defconfig | 1 - configs/rgmp/arm/default/defconfig | 1 - configs/rgmp/arm/nsh/defconfig | 1 - configs/rgmp/x86/cxxtest/defconfig | 1 - configs/rgmp/x86/default/defconfig | 1 - configs/rgmp/x86/helloxx/defconfig | 1 - configs/rgmp/x86/nsh/defconfig | 1 - configs/sam4e-ek/nsh/defconfig | 1 - configs/sam4e-ek/nxwm/defconfig | 1 - configs/sam4e-ek/usbnsh/defconfig | 1 - configs/sama5d3-xplained/bridge/defconfig | 1 - configs/sama5d4-ek/bridge/defconfig | 1 - configs/sama5d4-ek/nsh/defconfig | 1 - configs/sama5d4-ek/nxwm/defconfig | 1 - configs/same70-xplained/README.txt | 10 ++++++++++ configs/same70-xplained/netnsh/defconfig | 1 - configs/samv71-xult/netnsh/defconfig | 1 - configs/shenzhou/nsh/defconfig | 1 - configs/shenzhou/nxwm/defconfig | 1 - configs/shenzhou/thttpd/defconfig | 1 - configs/sim/nettest/defconfig | 1 - configs/stm3220g-eval/dhcpd/defconfig | 1 - configs/stm3220g-eval/nettest/defconfig | 1 - configs/stm3220g-eval/nsh/defconfig | 1 - configs/stm3220g-eval/nsh2/defconfig | 1 - configs/stm3220g-eval/nxwm/defconfig | 1 - configs/stm3220g-eval/telnetd/defconfig | 1 - configs/stm3240g-eval/dhcpd/defconfig | 1 - configs/stm3240g-eval/discover/defconfig | 1 - configs/stm3240g-eval/nettest/defconfig | 1 - configs/stm3240g-eval/nsh/defconfig | 1 - configs/stm3240g-eval/nsh2/defconfig | 1 - configs/stm3240g-eval/nxterm/defconfig | 1 - configs/stm3240g-eval/nxwm/defconfig | 1 - configs/stm3240g-eval/telnetd/defconfig | 1 - configs/stm3240g-eval/webserver/defconfig | 1 - configs/stm3240g-eval/xmlrpc/defconfig | 1 - configs/stm32f4discovery/netnsh/defconfig | 1 - configs/stm32f746g-disco/netnsh/defconfig | 1 - configs/tm4c1294-launchpad/nsh/defconfig | 1 - configs/viewtool-stm32f107/netnsh/defconfig | 1 - configs/zkit-arm-1769/hello/defconfig | 1 - configs/zkit-arm-1769/nsh/defconfig | 1 - configs/zkit-arm-1769/nxhello/defconfig | 1 - configs/zkit-arm-1769/thttpd/defconfig | 1 - 90 files changed, 10 insertions(+), 89 deletions(-) diff --git a/configs/c5471evm/httpd/defconfig b/configs/c5471evm/httpd/defconfig index e5ab70ed66..fd9b0940a5 100644 --- a/configs/c5471evm/httpd/defconfig +++ b/configs/c5471evm/httpd/defconfig @@ -461,7 +461,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/c5471evm/nettest/defconfig b/configs/c5471evm/nettest/defconfig index 4fb24b85c2..2cb206351a 100644 --- a/configs/c5471evm/nettest/defconfig +++ b/configs/c5471evm/nettest/defconfig @@ -484,7 +484,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/c5471evm/nsh/defconfig b/configs/c5471evm/nsh/defconfig index 5fbf9f82f6..ce79f87920 100644 --- a/configs/c5471evm/nsh/defconfig +++ b/configs/c5471evm/nsh/defconfig @@ -473,7 +473,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/cloudctrl/nsh/defconfig b/configs/cloudctrl/nsh/defconfig index f334ec2116..8c500b1f22 100644 --- a/configs/cloudctrl/nsh/defconfig +++ b/configs/cloudctrl/nsh/defconfig @@ -836,7 +836,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/dk-tm4c129x/nsh/defconfig b/configs/dk-tm4c129x/nsh/defconfig index 76e790099d..2a6f30cd1e 100644 --- a/configs/dk-tm4c129x/nsh/defconfig +++ b/configs/dk-tm4c129x/nsh/defconfig @@ -627,7 +627,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/eagle100/httpd/defconfig b/configs/eagle100/httpd/defconfig index 6134876578..93fd9c2621 100644 --- a/configs/eagle100/httpd/defconfig +++ b/configs/eagle100/httpd/defconfig @@ -424,7 +424,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_UDP is not set CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/eagle100/nettest/defconfig b/configs/eagle100/nettest/defconfig index d7c123fc5e..19e48a361e 100644 --- a/configs/eagle100/nettest/defconfig +++ b/configs/eagle100/nettest/defconfig @@ -613,7 +613,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/eagle100/nsh/defconfig b/configs/eagle100/nsh/defconfig index aac63bd3a9..12e1484d92 100644 --- a/configs/eagle100/nsh/defconfig +++ b/configs/eagle100/nsh/defconfig @@ -468,7 +468,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/eagle100/thttpd/defconfig b/configs/eagle100/thttpd/defconfig index e7a498f22f..9910e09b70 100644 --- a/configs/eagle100/thttpd/defconfig +++ b/configs/eagle100/thttpd/defconfig @@ -596,7 +596,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ekk-lm3s9b96/nsh/defconfig b/configs/ekk-lm3s9b96/nsh/defconfig index 3f5800bcf8..43786b9564 100644 --- a/configs/ekk-lm3s9b96/nsh/defconfig +++ b/configs/ekk-lm3s9b96/nsh/defconfig @@ -634,7 +634,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ez80f910200zco/dhcpd/defconfig b/configs/ez80f910200zco/dhcpd/defconfig index 5913fb8566..49c82a94b4 100644 --- a/configs/ez80f910200zco/dhcpd/defconfig +++ b/configs/ez80f910200zco/dhcpd/defconfig @@ -420,7 +420,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set # CONFIG_NET_STATISTICS is not set CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/ez80f910200zco/httpd/defconfig b/configs/ez80f910200zco/httpd/defconfig index 0aaddb8e2c..ea6fa4e131 100644 --- a/configs/ez80f910200zco/httpd/defconfig +++ b/configs/ez80f910200zco/httpd/defconfig @@ -426,7 +426,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_UDP is not set CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/ez80f910200zco/nettest/defconfig b/configs/ez80f910200zco/nettest/defconfig index 2c8a5d0051..6bd6cac7c6 100644 --- a/configs/ez80f910200zco/nettest/defconfig +++ b/configs/ez80f910200zco/nettest/defconfig @@ -555,7 +555,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ez80f910200zco/nsh/defconfig b/configs/ez80f910200zco/nsh/defconfig index c17ecef90f..03d898f13f 100644 --- a/configs/ez80f910200zco/nsh/defconfig +++ b/configs/ez80f910200zco/nsh/defconfig @@ -432,7 +432,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/ez80f910200zco/poll/defconfig b/configs/ez80f910200zco/poll/defconfig index b0aa110b0d..451eda6f1a 100644 --- a/configs/ez80f910200zco/poll/defconfig +++ b/configs/ez80f910200zco/poll/defconfig @@ -426,7 +426,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_UDP is not set CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set # CONFIG_NET_STATISTICS is not set CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/fire-stm32v2/nsh/defconfig b/configs/fire-stm32v2/nsh/defconfig index 3da6587e65..a62c279df3 100644 --- a/configs/fire-stm32v2/nsh/defconfig +++ b/configs/fire-stm32v2/nsh/defconfig @@ -898,7 +898,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/lincoln60/netnsh/defconfig b/configs/lincoln60/netnsh/defconfig index bb63aba49e..2d60836ef3 100644 --- a/configs/lincoln60/netnsh/defconfig +++ b/configs/lincoln60/netnsh/defconfig @@ -627,7 +627,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/lincoln60/thttpd-binfs/defconfig b/configs/lincoln60/thttpd-binfs/defconfig index 653e290fc3..876c456e88 100644 --- a/configs/lincoln60/thttpd-binfs/defconfig +++ b/configs/lincoln60/thttpd-binfs/defconfig @@ -602,7 +602,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/lm3s6432-s2e/nsh/defconfig b/configs/lm3s6432-s2e/nsh/defconfig index deb1776f30..6730712688 100644 --- a/configs/lm3s6432-s2e/nsh/defconfig +++ b/configs/lm3s6432-s2e/nsh/defconfig @@ -612,7 +612,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/lm3s6965-ek/discover/defconfig b/configs/lm3s6965-ek/discover/defconfig index 84aacbbfe6..ae51518321 100644 --- a/configs/lm3s6965-ek/discover/defconfig +++ b/configs/lm3s6965-ek/discover/defconfig @@ -460,7 +460,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/lm3s6965-ek/nsh/defconfig b/configs/lm3s6965-ek/nsh/defconfig index 84aacbbfe6..ae51518321 100644 --- a/configs/lm3s6965-ek/nsh/defconfig +++ b/configs/lm3s6965-ek/nsh/defconfig @@ -460,7 +460,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/lm3s6965-ek/tcpecho/defconfig b/configs/lm3s6965-ek/tcpecho/defconfig index e184964270..a97bc5af13 100644 --- a/configs/lm3s6965-ek/tcpecho/defconfig +++ b/configs/lm3s6965-ek/tcpecho/defconfig @@ -611,7 +611,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/lm3s8962-ek/nsh/defconfig b/configs/lm3s8962-ek/nsh/defconfig index 8cf9398748..c0e754f984 100644 --- a/configs/lm3s8962-ek/nsh/defconfig +++ b/configs/lm3s8962-ek/nsh/defconfig @@ -468,7 +468,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/lpcxpresso-lpc1768/dhcpd/defconfig b/configs/lpcxpresso-lpc1768/dhcpd/defconfig index c7c47ecf55..2ac5b21053 100644 --- a/configs/lpcxpresso-lpc1768/dhcpd/defconfig +++ b/configs/lpcxpresso-lpc1768/dhcpd/defconfig @@ -590,7 +590,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/lpcxpresso-lpc1768/nsh/defconfig b/configs/lpcxpresso-lpc1768/nsh/defconfig index 746f91f972..833b8f36d2 100644 --- a/configs/lpcxpresso-lpc1768/nsh/defconfig +++ b/configs/lpcxpresso-lpc1768/nsh/defconfig @@ -660,7 +660,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/lpcxpresso-lpc1768/thttpd/defconfig b/configs/lpcxpresso-lpc1768/thttpd/defconfig index 0158a48517..dfa9e43279 100644 --- a/configs/lpcxpresso-lpc1768/thttpd/defconfig +++ b/configs/lpcxpresso-lpc1768/thttpd/defconfig @@ -594,7 +594,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/moxa/nsh/defconfig b/configs/moxa/nsh/defconfig index ddd94921d1..cd0f347fa0 100644 --- a/configs/moxa/nsh/defconfig +++ b/configs/moxa/nsh/defconfig @@ -525,7 +525,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ntosd-dm320/nettest/defconfig b/configs/ntosd-dm320/nettest/defconfig index 09c0880600..5a5d1d5e85 100644 --- a/configs/ntosd-dm320/nettest/defconfig +++ b/configs/ntosd-dm320/nettest/defconfig @@ -522,7 +522,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ntosd-dm320/nsh/defconfig b/configs/ntosd-dm320/nsh/defconfig index 7e11fba345..99537ce63e 100644 --- a/configs/ntosd-dm320/nsh/defconfig +++ b/configs/ntosd-dm320/nsh/defconfig @@ -486,7 +486,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ntosd-dm320/poll/defconfig b/configs/ntosd-dm320/poll/defconfig index 6ef12bd6d6..95f62954e0 100644 --- a/configs/ntosd-dm320/poll/defconfig +++ b/configs/ntosd-dm320/poll/defconfig @@ -520,7 +520,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ntosd-dm320/thttpd/defconfig b/configs/ntosd-dm320/thttpd/defconfig index 6fe5129d75..fb70ab7243 100644 --- a/configs/ntosd-dm320/thttpd/defconfig +++ b/configs/ntosd-dm320/thttpd/defconfig @@ -513,7 +513,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ntosd-dm320/udp/defconfig b/configs/ntosd-dm320/udp/defconfig index 51be2c91c4..c0d238ab89 100644 --- a/configs/ntosd-dm320/udp/defconfig +++ b/configs/ntosd-dm320/udp/defconfig @@ -462,7 +462,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/ntosd-dm320/webserver/defconfig b/configs/ntosd-dm320/webserver/defconfig index 54d49a5f41..0e3d3825f7 100644 --- a/configs/ntosd-dm320/webserver/defconfig +++ b/configs/ntosd-dm320/webserver/defconfig @@ -526,7 +526,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-lpc1766stk/ftpc/defconfig b/configs/olimex-lpc1766stk/ftpc/defconfig index fa2a9bf798..acb22553ae 100644 --- a/configs/olimex-lpc1766stk/ftpc/defconfig +++ b/configs/olimex-lpc1766stk/ftpc/defconfig @@ -636,7 +636,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-lpc1766stk/hidmouse/defconfig b/configs/olimex-lpc1766stk/hidmouse/defconfig index 1e34ae8c0c..4bee9b2d0e 100644 --- a/configs/olimex-lpc1766stk/hidmouse/defconfig +++ b/configs/olimex-lpc1766stk/hidmouse/defconfig @@ -521,7 +521,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set # CONFIG_NET_STATISTICS is not set CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/olimex-lpc1766stk/nettest/defconfig b/configs/olimex-lpc1766stk/nettest/defconfig index d0e952eb1a..b1b7bef18b 100644 --- a/configs/olimex-lpc1766stk/nettest/defconfig +++ b/configs/olimex-lpc1766stk/nettest/defconfig @@ -606,7 +606,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-lpc1766stk/nsh/defconfig b/configs/olimex-lpc1766stk/nsh/defconfig index d02d38a0ed..b7958b072c 100644 --- a/configs/olimex-lpc1766stk/nsh/defconfig +++ b/configs/olimex-lpc1766stk/nsh/defconfig @@ -637,7 +637,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-lpc1766stk/slip-httpd/defconfig b/configs/olimex-lpc1766stk/slip-httpd/defconfig index c68ea5990b..1c2fa40f68 100644 --- a/configs/olimex-lpc1766stk/slip-httpd/defconfig +++ b/configs/olimex-lpc1766stk/slip-httpd/defconfig @@ -568,7 +568,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-lpc1766stk/thttpd-binfs/defconfig b/configs/olimex-lpc1766stk/thttpd-binfs/defconfig index 3e156bf69a..993baf6c3f 100644 --- a/configs/olimex-lpc1766stk/thttpd-binfs/defconfig +++ b/configs/olimex-lpc1766stk/thttpd-binfs/defconfig @@ -602,7 +602,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-lpc1766stk/thttpd-nxflat/defconfig b/configs/olimex-lpc1766stk/thttpd-nxflat/defconfig index f0cbe095bb..55fdd0b60e 100644 --- a/configs/olimex-lpc1766stk/thttpd-nxflat/defconfig +++ b/configs/olimex-lpc1766stk/thttpd-nxflat/defconfig @@ -594,7 +594,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-lpc1766stk/zmodem/defconfig b/configs/olimex-lpc1766stk/zmodem/defconfig index 8afe7d196e..89eb01ee7c 100644 --- a/configs/olimex-lpc1766stk/zmodem/defconfig +++ b/configs/olimex-lpc1766stk/zmodem/defconfig @@ -652,7 +652,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-stm32-p107/nsh/defconfig b/configs/olimex-stm32-p107/nsh/defconfig index 040a2aee74..fbc2752e06 100644 --- a/configs/olimex-stm32-p107/nsh/defconfig +++ b/configs/olimex-stm32-p107/nsh/defconfig @@ -753,7 +753,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-stm32-p207/nsh/defconfig b/configs/olimex-stm32-p207/nsh/defconfig index d039b162fc..7acc2dbc26 100644 --- a/configs/olimex-stm32-p207/nsh/defconfig +++ b/configs/olimex-stm32-p207/nsh/defconfig @@ -852,7 +852,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/olimex-strp711/nettest/defconfig b/configs/olimex-strp711/nettest/defconfig index 5e66cbda10..05e1e0f920 100644 --- a/configs/olimex-strp711/nettest/defconfig +++ b/configs/olimex-strp711/nettest/defconfig @@ -565,7 +565,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/pic32mx-starterkit/nsh2/defconfig b/configs/pic32mx-starterkit/nsh2/defconfig index da31167c5e..61d4e2f89e 100644 --- a/configs/pic32mx-starterkit/nsh2/defconfig +++ b/configs/pic32mx-starterkit/nsh2/defconfig @@ -688,7 +688,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/pic32mx7mmb/nsh/defconfig b/configs/pic32mx7mmb/nsh/defconfig index d0c828e7c2..49c48ced22 100644 --- a/configs/pic32mx7mmb/nsh/defconfig +++ b/configs/pic32mx7mmb/nsh/defconfig @@ -749,7 +749,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/rgmp/arm/default/defconfig b/configs/rgmp/arm/default/defconfig index 1ceb7304fd..7d7d08fb53 100644 --- a/configs/rgmp/arm/default/defconfig +++ b/configs/rgmp/arm/default/defconfig @@ -326,7 +326,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=1460 diff --git a/configs/rgmp/arm/nsh/defconfig b/configs/rgmp/arm/nsh/defconfig index 0586aa9802..484d265ba6 100644 --- a/configs/rgmp/arm/nsh/defconfig +++ b/configs/rgmp/arm/nsh/defconfig @@ -348,7 +348,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=1460 diff --git a/configs/rgmp/x86/cxxtest/defconfig b/configs/rgmp/x86/cxxtest/defconfig index 5f53d57d90..e7c2c4f47a 100644 --- a/configs/rgmp/x86/cxxtest/defconfig +++ b/configs/rgmp/x86/cxxtest/defconfig @@ -355,7 +355,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=1460 diff --git a/configs/rgmp/x86/default/defconfig b/configs/rgmp/x86/default/defconfig index 990923815f..31bed5006f 100644 --- a/configs/rgmp/x86/default/defconfig +++ b/configs/rgmp/x86/default/defconfig @@ -334,7 +334,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=1460 diff --git a/configs/rgmp/x86/helloxx/defconfig b/configs/rgmp/x86/helloxx/defconfig index 717f30c05d..d96e42013a 100644 --- a/configs/rgmp/x86/helloxx/defconfig +++ b/configs/rgmp/x86/helloxx/defconfig @@ -355,7 +355,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=1460 diff --git a/configs/rgmp/x86/nsh/defconfig b/configs/rgmp/x86/nsh/defconfig index 6b2c509d5a..81ccbefd96 100644 --- a/configs/rgmp/x86/nsh/defconfig +++ b/configs/rgmp/x86/nsh/defconfig @@ -356,7 +356,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=1460 diff --git a/configs/sam4e-ek/nsh/defconfig b/configs/sam4e-ek/nsh/defconfig index 5240ec9b9b..11cc186749 100644 --- a/configs/sam4e-ek/nsh/defconfig +++ b/configs/sam4e-ek/nsh/defconfig @@ -723,7 +723,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/sam4e-ek/nxwm/defconfig b/configs/sam4e-ek/nxwm/defconfig index 3e5ce681c1..bd4104aeb2 100644 --- a/configs/sam4e-ek/nxwm/defconfig +++ b/configs/sam4e-ek/nxwm/defconfig @@ -724,7 +724,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/sam4e-ek/usbnsh/defconfig b/configs/sam4e-ek/usbnsh/defconfig index 3cbe4c97f4..2ba73819e3 100644 --- a/configs/sam4e-ek/usbnsh/defconfig +++ b/configs/sam4e-ek/usbnsh/defconfig @@ -707,7 +707,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/sama5d3-xplained/bridge/defconfig b/configs/sama5d3-xplained/bridge/defconfig index f35860f42e..ac6271308c 100644 --- a/configs/sama5d3-xplained/bridge/defconfig +++ b/configs/sama5d3-xplained/bridge/defconfig @@ -708,7 +708,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/sama5d4-ek/bridge/defconfig b/configs/sama5d4-ek/bridge/defconfig index 1e2265660c..462c3ea4c7 100644 --- a/configs/sama5d4-ek/bridge/defconfig +++ b/configs/sama5d4-ek/bridge/defconfig @@ -741,7 +741,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/sama5d4-ek/nsh/defconfig b/configs/sama5d4-ek/nsh/defconfig index 8adb138a8e..e3a2b821e1 100644 --- a/configs/sama5d4-ek/nsh/defconfig +++ b/configs/sama5d4-ek/nsh/defconfig @@ -933,7 +933,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/sama5d4-ek/nxwm/defconfig b/configs/sama5d4-ek/nxwm/defconfig index dc96d533d6..6465fa0259 100644 --- a/configs/sama5d4-ek/nxwm/defconfig +++ b/configs/sama5d4-ek/nxwm/defconfig @@ -902,7 +902,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/same70-xplained/README.txt b/configs/same70-xplained/README.txt index 43f781f706..ba5b349799 100644 --- a/configs/same70-xplained/README.txt +++ b/configs/same70-xplained/README.txt @@ -949,6 +949,11 @@ Configuration sub-directories (USART1). You will need to reconfigure if you will to use a different U[S]ART. + NOTE: When USART1 is used, the pin PB4 is reconfigured. Normally, PB4 + is TDI. When it is reconfigured for use with USART1, the capability to + debug is lost! If you plan to debug you should most certainly not use + USART1. USART3 might be a good option (the Arduino RXD/TXD) + 2. Default stack sizes are large and should really be tuned to reduce the RAM footprint: @@ -1054,6 +1059,11 @@ Configuration sub-directories (USART1). You will need to reconfigure if you will to use a different U[S]ART. + NOTE: When USART1 is used, the pin PB4 is reconfigured. Normally, PB4 + is TDI. When it is reconfigured for use with USART1, the capability to + debug is lost! If you plan to debug you should most certainly not use + USART1. USART3 might be a good option (the Arduino RXD/TXD) + 2. Default stack sizes are large and should really be tuned to reduce the RAM footprint: diff --git a/configs/same70-xplained/netnsh/defconfig b/configs/same70-xplained/netnsh/defconfig index 964c2df58c..31f3e2e059 100644 --- a/configs/same70-xplained/netnsh/defconfig +++ b/configs/same70-xplained/netnsh/defconfig @@ -782,7 +782,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/samv71-xult/netnsh/defconfig b/configs/samv71-xult/netnsh/defconfig index 6eeea8634c..f8ff92eca4 100644 --- a/configs/samv71-xult/netnsh/defconfig +++ b/configs/samv71-xult/netnsh/defconfig @@ -784,7 +784,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/shenzhou/nsh/defconfig b/configs/shenzhou/nsh/defconfig index ae6d25934f..8538018084 100644 --- a/configs/shenzhou/nsh/defconfig +++ b/configs/shenzhou/nsh/defconfig @@ -830,7 +830,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/shenzhou/nxwm/defconfig b/configs/shenzhou/nxwm/defconfig index 5f80bb6a00..c7bb240472 100644 --- a/configs/shenzhou/nxwm/defconfig +++ b/configs/shenzhou/nxwm/defconfig @@ -636,7 +636,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/shenzhou/thttpd/defconfig b/configs/shenzhou/thttpd/defconfig index 90f91efff2..0e028a1e75 100644 --- a/configs/shenzhou/thttpd/defconfig +++ b/configs/shenzhou/thttpd/defconfig @@ -397,7 +397,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_BROADCAST is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=742 diff --git a/configs/sim/nettest/defconfig b/configs/sim/nettest/defconfig index 8e0419d11e..ebcb3bd420 100644 --- a/configs/sim/nettest/defconfig +++ b/configs/sim/nettest/defconfig @@ -421,7 +421,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3220g-eval/dhcpd/defconfig b/configs/stm3220g-eval/dhcpd/defconfig index 6e1ccb9d8a..b8e01d0c21 100644 --- a/configs/stm3220g-eval/dhcpd/defconfig +++ b/configs/stm3220g-eval/dhcpd/defconfig @@ -598,7 +598,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set # CONFIG_NET_STATISTICS is not set CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/stm3220g-eval/nettest/defconfig b/configs/stm3220g-eval/nettest/defconfig index a5ed201719..bb444125b1 100644 --- a/configs/stm3220g-eval/nettest/defconfig +++ b/configs/stm3220g-eval/nettest/defconfig @@ -824,7 +824,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3220g-eval/nsh/defconfig b/configs/stm3220g-eval/nsh/defconfig index 38a35df7b7..b49bb530fa 100644 --- a/configs/stm3220g-eval/nsh/defconfig +++ b/configs/stm3220g-eval/nsh/defconfig @@ -649,7 +649,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/stm3220g-eval/nsh2/defconfig b/configs/stm3220g-eval/nsh2/defconfig index 167ee281f5..a16a86bad7 100644 --- a/configs/stm3220g-eval/nsh2/defconfig +++ b/configs/stm3220g-eval/nsh2/defconfig @@ -870,7 +870,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3220g-eval/nxwm/defconfig b/configs/stm3220g-eval/nxwm/defconfig index c18a0976ab..0b5880d6a1 100644 --- a/configs/stm3220g-eval/nxwm/defconfig +++ b/configs/stm3220g-eval/nxwm/defconfig @@ -684,7 +684,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/stm3220g-eval/telnetd/defconfig b/configs/stm3220g-eval/telnetd/defconfig index 59b45e68f0..781c8bcf34 100644 --- a/configs/stm3220g-eval/telnetd/defconfig +++ b/configs/stm3220g-eval/telnetd/defconfig @@ -796,7 +796,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/dhcpd/defconfig b/configs/stm3240g-eval/dhcpd/defconfig index 325caf5076..41aed3b4c6 100644 --- a/configs/stm3240g-eval/dhcpd/defconfig +++ b/configs/stm3240g-eval/dhcpd/defconfig @@ -834,7 +834,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/discover/defconfig b/configs/stm3240g-eval/discover/defconfig index 26ab62982b..0c0e16c3c9 100644 --- a/configs/stm3240g-eval/discover/defconfig +++ b/configs/stm3240g-eval/discover/defconfig @@ -765,7 +765,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/nettest/defconfig b/configs/stm3240g-eval/nettest/defconfig index 5aeb44949c..c05deab2ac 100644 --- a/configs/stm3240g-eval/nettest/defconfig +++ b/configs/stm3240g-eval/nettest/defconfig @@ -827,7 +827,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/nsh/defconfig b/configs/stm3240g-eval/nsh/defconfig index 72a799b7e7..ef2e28ecad 100644 --- a/configs/stm3240g-eval/nsh/defconfig +++ b/configs/stm3240g-eval/nsh/defconfig @@ -773,7 +773,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/nsh2/defconfig b/configs/stm3240g-eval/nsh2/defconfig index a8b14bb92b..bbd380205c 100644 --- a/configs/stm3240g-eval/nsh2/defconfig +++ b/configs/stm3240g-eval/nsh2/defconfig @@ -873,7 +873,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/nxterm/defconfig b/configs/stm3240g-eval/nxterm/defconfig index 05d94d6767..2aec2c17f8 100644 --- a/configs/stm3240g-eval/nxterm/defconfig +++ b/configs/stm3240g-eval/nxterm/defconfig @@ -765,7 +765,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/nxwm/defconfig b/configs/stm3240g-eval/nxwm/defconfig index d46a5459b0..4430eebb26 100644 --- a/configs/stm3240g-eval/nxwm/defconfig +++ b/configs/stm3240g-eval/nxwm/defconfig @@ -803,7 +803,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/telnetd/defconfig b/configs/stm3240g-eval/telnetd/defconfig index af25029225..06a62f7c8e 100644 --- a/configs/stm3240g-eval/telnetd/defconfig +++ b/configs/stm3240g-eval/telnetd/defconfig @@ -800,7 +800,6 @@ CONFIG_NET_TCP_RECVDELAY=0 # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm3240g-eval/webserver/defconfig b/configs/stm3240g-eval/webserver/defconfig index bd1ac702bc..25a8b2741e 100644 --- a/configs/stm3240g-eval/webserver/defconfig +++ b/configs/stm3240g-eval/webserver/defconfig @@ -644,7 +644,6 @@ CONFIG_NET_UDP_CONNS=8 # CONFIG_NET_RXAVAIL is not set CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y CONFIG_NET_ETH_TCP_RECVWNDO=536 diff --git a/configs/stm3240g-eval/xmlrpc/defconfig b/configs/stm3240g-eval/xmlrpc/defconfig index 1a47838364..09e2fdd9f0 100644 --- a/configs/stm3240g-eval/xmlrpc/defconfig +++ b/configs/stm3240g-eval/xmlrpc/defconfig @@ -761,7 +761,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm32f4discovery/netnsh/defconfig b/configs/stm32f4discovery/netnsh/defconfig index 9e90a54fb7..17118740cc 100644 --- a/configs/stm32f4discovery/netnsh/defconfig +++ b/configs/stm32f4discovery/netnsh/defconfig @@ -923,7 +923,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/stm32f746g-disco/netnsh/defconfig b/configs/stm32f746g-disco/netnsh/defconfig index d54019b4ff..df2551143f 100644 --- a/configs/stm32f746g-disco/netnsh/defconfig +++ b/configs/stm32f746g-disco/netnsh/defconfig @@ -664,7 +664,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # ICMPv6 Networking Support diff --git a/configs/tm4c1294-launchpad/nsh/defconfig b/configs/tm4c1294-launchpad/nsh/defconfig index 2f28b7775c..2f10f2872a 100644 --- a/configs/tm4c1294-launchpad/nsh/defconfig +++ b/configs/tm4c1294-launchpad/nsh/defconfig @@ -627,7 +627,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/viewtool-stm32f107/netnsh/defconfig b/configs/viewtool-stm32f107/netnsh/defconfig index dcbc34ce12..8cf4372761 100644 --- a/configs/viewtool-stm32f107/netnsh/defconfig +++ b/configs/viewtool-stm32f107/netnsh/defconfig @@ -756,7 +756,6 @@ CONFIG_NET_BROADCAST=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/zkit-arm-1769/hello/defconfig b/configs/zkit-arm-1769/hello/defconfig index 284792e4e8..0f7135e01b 100644 --- a/configs/zkit-arm-1769/hello/defconfig +++ b/configs/zkit-arm-1769/hello/defconfig @@ -595,7 +595,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/zkit-arm-1769/nsh/defconfig b/configs/zkit-arm-1769/nsh/defconfig index a2a6ae45ae..909428877c 100644 --- a/configs/zkit-arm-1769/nsh/defconfig +++ b/configs/zkit-arm-1769/nsh/defconfig @@ -638,7 +638,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/zkit-arm-1769/nxhello/defconfig b/configs/zkit-arm-1769/nxhello/defconfig index 6fabac4181..eb9a5ff8df 100644 --- a/configs/zkit-arm-1769/nxhello/defconfig +++ b/configs/zkit-arm-1769/nxhello/defconfig @@ -679,7 +679,6 @@ CONFIG_NET_UDP_READAHEAD=y # CONFIG_NET_ICMP=y CONFIG_NET_ICMP_PING=y -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support diff --git a/configs/zkit-arm-1769/thttpd/defconfig b/configs/zkit-arm-1769/thttpd/defconfig index ce3d1a40bc..2ecb17e50c 100644 --- a/configs/zkit-arm-1769/thttpd/defconfig +++ b/configs/zkit-arm-1769/thttpd/defconfig @@ -594,7 +594,6 @@ CONFIG_NET_TCPBACKLOG=y # CONFIG_NET_ICMP=y # CONFIG_NET_ICMP_PING is not set -# CONFIG_NET_PINGADDRCONF is not set # # IGMPv2 Client Support