Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] mdev.conf: Add ttyO devices
@ 2012-01-03  4:27 Frank Hunleth
  2012-02-01 22:19 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Hunleth @ 2012-01-03  4:27 UTC (permalink / raw)
  To: buildroot

This is needed to support the serial ports on OMAP/AM335x devices
when using mdev.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
---
 package/busybox/mdev.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/busybox/mdev.conf b/package/busybox/mdev.conf
index 247c0ed..7fb71bc 100644
--- a/package/busybox/mdev.conf
+++ b/package/busybox/mdev.conf
@@ -20,6 +20,7 @@ tty		root:tty 666
 tty[0-9]*	root:tty 660
 vcsa*[0-9]*	root:tty 660
 ttyS[0-9]*	root:root 660
+ttyO[0-9]*	root:root 660
 
 # alsa sound devices
 pcm.*		root:audio 660 =snd/
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-02  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03  4:27 [Buildroot] [PATCH v2] mdev.conf: Add ttyO devices Frank Hunleth
2012-02-01 22:19 ` Peter Korsgaard
2012-02-02  3:40   ` Frank Hunleth
2012-02-02  9:17     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox