2012-10-31 13:04:45 -03:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_WGETJSON
|
|
|
|
bool "wget JSON Example"
|
|
|
|
default n
|
|
|
|
depends on NETUTILS_JSON
|
|
|
|
---help---
|
|
|
|
Enable the wget JSON example
|
|
|
|
|
|
|
|
if EXAMPLES_WGETJSON
|
|
|
|
|
|
|
|
config EXAMPLES_WGETJSON_MAXSIZE
|
|
|
|
int "Max. JSON Buffer Size"
|
2012-10-31 14:53:28 -03:00
|
|
|
default 1024
|
2012-10-31 13:04:45 -03:00
|
|
|
|
|
|
|
config EXAMPLES_WGETJSON_URL
|
|
|
|
string "wget URL"
|
|
|
|
default "http://10.0.0.1/wgetjson/json_cmd.php"
|
|
|
|
|
2012-11-02 21:00:56 -03:00
|
|
|
config EXAMPLES_WGETPOST_URL
|
|
|
|
string "wget_post URL"
|
|
|
|
default "http://10.0.0.1/wgetjson/post_cmd.php"
|
|
|
|
|
2012-10-31 13:04:45 -03:00
|
|
|
endif
|