2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
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
|
|
|
|
---help---
|
|
|
|
Enable support for the uIP web client.
|
|
|
|
|
|
|
|
if NETUTILS_WEBCLIENT
|
2012-11-03 00:00:56 +00:00
|
|
|
|
|
|
|
config NSH_WGET_USERAGENT
|
|
|
|
string "wget Usert Agent"
|
|
|
|
default "NuttX/6.xx.x (; http://www.nuttx.org/)"
|
|
|
|
|
2012-04-14 20:01:08 +00:00
|
|
|
endif
|