diff --git a/configs/c5471evm/defconfig b/configs/c5471evm/defconfig index 3c778d294c0..ddeed33c504 100644 --- a/configs/c5471evm/defconfig +++ b/configs/c5471evm/defconfig @@ -377,14 +377,12 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0) # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/c5471evm/dhcpconfig b/configs/c5471evm/dhcpconfig index 50596e3370d..79d220f8c91 100644 --- a/configs/c5471evm/dhcpconfig +++ b/configs/c5471evm/dhcpconfig @@ -377,14 +377,12 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0) # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/c5471evm/netconfig b/configs/c5471evm/netconfig index 312b11414cf..7d63ed47bb8 100644 --- a/configs/c5471evm/netconfig +++ b/configs/c5471evm/netconfig @@ -377,14 +377,12 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0) # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/c5471evm/nshconfig b/configs/c5471evm/nshconfig index ac0ca2582ce..7ee3d4acc13 100644 --- a/configs/c5471evm/nshconfig +++ b/configs/c5471evm/nshconfig @@ -377,14 +377,12 @@ CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0) # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/ez80f910200kitg/ostest/defconfig b/configs/ez80f910200kitg/ostest/defconfig index 51d6c3e0be0..d4b3f972db3 100644 --- a/configs/ez80f910200kitg/ostest/defconfig +++ b/configs/ez80f910200kitg/ostest/defconfig @@ -717,14 +717,12 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0" # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/ez80f910200zco/dhcpd/defconfig b/configs/ez80f910200zco/dhcpd/defconfig index 6ffc9061199..5bfdf9f9f0e 100644 --- a/configs/ez80f910200zco/dhcpd/defconfig +++ b/configs/ez80f910200zco/dhcpd/defconfig @@ -765,14 +765,12 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0" # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/ez80f910200zco/httpd/defconfig b/configs/ez80f910200zco/httpd/defconfig index 04ad0cb9986..eb25f433fc3 100644 --- a/configs/ez80f910200zco/httpd/defconfig +++ b/configs/ez80f910200zco/httpd/defconfig @@ -773,14 +773,12 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0" # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/ez80f910200zco/nettest/defconfig b/configs/ez80f910200zco/nettest/defconfig index e9dd0d9109a..6dab0787f97 100644 --- a/configs/ez80f910200zco/nettest/defconfig +++ b/configs/ez80f910200zco/nettest/defconfig @@ -758,14 +758,12 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0" # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/ez80f910200zco/nsh/defconfig b/configs/ez80f910200zco/nsh/defconfig index 352542fb534..7a6da036b74 100644 --- a/configs/ez80f910200zco/nsh/defconfig +++ b/configs/ez80f910200zco/nsh/defconfig @@ -758,14 +758,12 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0" # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/ez80f910200zco/ostest/defconfig b/configs/ez80f910200zco/ostest/defconfig index 95243d13fd5..2264c8a05ee 100644 --- a/configs/ez80f910200zco/ostest/defconfig +++ b/configs/ez80f910200zco/ostest/defconfig @@ -741,14 +741,12 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0" # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L) diff --git a/configs/ez80f910200zco/poll/defconfig b/configs/ez80f910200zco/poll/defconfig index 21521105fa0..4ea75dfc198 100644 --- a/configs/ez80f910200zco/poll/defconfig +++ b/configs/ez80f910200zco/poll/defconfig @@ -758,14 +758,12 @@ CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0" # # Settings for examples/wget -# CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file -# CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/') +# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get # CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC) # CONFIG_EXAMPLE_WGET_IPADDR - Target IP address # CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess # CONFIG_EXAMPLE_WGET_NETMASK - Network mask -CONFIG_EXAMPLE_WGET_HOSTNAME="www.nuttx.org" -CONFIG_EXAMPLE_WGET_FILENAME="/index.html" +CONFIG_EXAMPLE_WGET_URL="http://www.nuttx.org/index.html" CONFIG_EXAMPLE_WGET_NOMAC=y CONFIG_EXAMPLE_WGET_IPADDR=(10L<<24|0L<<16|0L<<8|2L) CONFIG_EXAMPLE_WGET_DRIPADDR=(10L<<24|0L<<16|0L<<8|1L)