From c6b52df59e61da51523d9ca5ed6c1df42aecdbee Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Apr 2014 11:04:25 -0600 Subject: [PATCH] Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able to select USB console devices when there is no /dev/console enabled. Noted by Librae --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index fb809afef..0b2c8190f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -872,4 +872,4 @@ * apps/netutils/dhcpd/dhcpd.c: The correct value of the PAD option is zero, not one. From Brennan Ashton (2014-3-31). * apps/sysinfo: CONFIG_VERSION_BUILD is a string an needs to be - printed with %s, not %d (2014-4-8). + printed with %s, not %d. Noted by Librae (2014-4-8).