diff --git a/netutils/thttpd/Kconfig b/netutils/thttpd/Kconfig index 336dd4f0f..42562a460 100644 --- a/netutils/thttpd/Kconfig +++ b/netutils/thttpd/Kconfig @@ -20,12 +20,12 @@ config THTTPD_PORT config THTTPD_IPADDR hex "THTTPD IP address" - default 0x10000002 + default 0x0a000002 ---help--- - Server IP address (no host name). Default: 0x10000002 + Server IP address (no host name). Default: 0x0a000002 This is a 32-bit integer value in host order. So, as an example, - the default value of 0x10000002 would correspond to 10.0.0.2. + the default value of 0x0a000002 would correspond to 10.0.0.2. config THTTPD_SERVER_ADDRESS string "Reported server URL"