From 27cfb0e6df5661d2744b67138af69da477ee6c5a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Sep 2009 20:43:08 +0200 Subject: add shuttle and tomtom device support barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that. --- target/tomtom/files/etc/mdev.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/tomtom/files/etc/mdev.conf (limited to 'target/tomtom/files/etc') diff --git a/target/tomtom/files/etc/mdev.conf b/target/tomtom/files/etc/mdev.conf new file mode 100644 index 000000000..a8b87c84c --- /dev/null +++ b/target/tomtom/files/etc/mdev.conf @@ -0,0 +1,11 @@ +rtc0 root:root 660 @ln -sf /dev/rtc0 /dev/rtc +tun 0:0 660 >net/tun +device-mapper 0:0 660 @mkdir /dev/mapper +null 0:0 777 +zero 0:0 666 +u?random 0:0 644 +console 0:0 0600 +ptmx 0:0 666 +tty 0:0 666 +ttyS* 0:0 640 +.* 0:0 644 @/lib/mdev/init -- cgit v1.2.3