summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-17 15:51:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-17 15:51:33 -0600
commitbfc4e59af3c41812640520f6989242642958674a (patch)
tree1f9bd658c1fd8eb74532d9d10a6e19aa53357872 /apps/ChangeLog.txt
parentc807a6dc223f87fe2cef211e6684755e0f264be6 (diff)
downloadnuttx-bfc4e59af3c41812640520f6989242642958674a.tar.gz
nuttx-bfc4e59af3c41812640520f6989242642958674a.tar.bz2
nuttx-bfc4e59af3c41812640520f6989242642958674a.zip
Fix NSH default IP address
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 39d781d1b..7fd647194 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -650,4 +650,7 @@
* apps/nshlib/nsh_netcmds.c: Remove a warning when DHCP is not
enabled (2013-9-17).
+ * apps/nshlib/Kconfig: Default IP address should be 0x0a000001
+ (10.0.0.1), not 0xa0000001 (160.0.0.1). Ditto for the gateway
+ (2013-9017).