2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-14 20:01:08 +00:00
|
|
|
|
|
|
|
config NETUTILS_WEBCLIENT
|
|
|
|
bool "uIP web client"
|
|
|
|
default n
|
2015-03-29 15:52:46 -06:00
|
|
|
depends on NET_TCP
|
2015-07-12 09:25:39 -06:00
|
|
|
select LIBC_NETDB
|
2012-04-14 20:01:08 +00:00
|
|
|
---help---
|
|
|
|
Enable support for the uIP web client.
|
|
|
|
|
|
|
|
if NETUTILS_WEBCLIENT
|
2012-11-03 00:00:56 +00:00
|
|
|
|
|
|
|
config NSH_WGET_USERAGENT
|
2014-09-29 17:10:49 -06:00
|
|
|
string "wget User Agent"
|
2012-11-03 00:00:56 +00:00
|
|
|
default "NuttX/6.xx.x (; http://www.nuttx.org/)"
|
|
|
|
|
2014-09-29 17:10:49 -06:00
|
|
|
config WEBCLIENT_TIMEOUT
|
|
|
|
int "Request and receive timeouts"
|
|
|
|
default 10
|
|
|
|
|
2012-04-14 20:01:08 +00:00
|
|
|
endif
|