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

Peter Korsgaard jacmet at uclibc.org
Wed Feb 1 22:19:17 UTC 2012


>>>>> "Frank" == Frank Hunleth <fhunleth at troodon-software.com> writes:

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

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

 Frank> diff --git a/package/busybox/mdev.conf b/package/busybox/mdev.conf
 Frank> index 247c0ed..7fb71bc 100644
 Frank> --- a/package/busybox/mdev.conf
 Frank> +++ b/package/busybox/mdev.conf
 Frank> @@ -20,6 +20,7 @@ tty		root:tty 666
 Frank>  tty[0-9]*	root:tty 660
 Frank>  vcsa*[0-9]*	root:tty 660
 Frank>  ttyS[0-9]*	root:root 660
 Frank> +ttyO[0-9]*	root:root 660

What does this exactly do? Isn't root:root / perm 660 default anyway?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list