From 8e7c3d9a4676c5ec1b6b3e9f243af474420ea9fb Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 3 Nov 2012 00:00:56 +0000 Subject: Add support for wget POST interface; from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5301 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/webclient/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/netutils/webclient/Kconfig') diff --git a/apps/netutils/webclient/Kconfig b/apps/netutils/webclient/Kconfig index c53195d48..68b13ce92 100644 --- a/apps/netutils/webclient/Kconfig +++ b/apps/netutils/webclient/Kconfig @@ -10,4 +10,9 @@ config NETUTILS_WEBCLIENT Enable support for the uIP web client. if NETUTILS_WEBCLIENT + +config NSH_WGET_USERAGENT + string "wget Usert Agent" + default "NuttX/6.xx.x (; http://www.nuttx.org/)" + endif -- cgit v1.2.3