[Buildroot] [PATCH v2] mdev.conf: Add ttyO devices

Frank Hunleth fhunleth at troodon-software.com
Tue Jan 3 04:27:12 UTC 2012


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

Signed-off-by: Frank Hunleth <fhunleth at 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




More information about the buildroot mailing list