summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
commita834bce3649ac87c9ac969264824f47e8f6a1cb7 (patch)
treedb64940d45b618849ce07b109ce953eeeb511e66 /apps/ChangeLog.txt
parent2d9b0690685d838c7bab5354d71121e1671ec48e (diff)
downloadnuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.gz
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.bz2
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.zip
Removed all support for the legacy configuration mechanism from the apps/ directory
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 80467ec10..32c7abf49 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -855,4 +855,7 @@
returned IP address is already in host order.
* apps/netutils/dhcpd/Kconfig: Add missing DHCPD configuratino
settings(2014-3-3).
+ * Support for the legacy configuration mechanism (using appconfig files)
+ is removed. Only the newer configuration using the kconfig-frontends
+ tools is now supported (2014-3-6).