summaryrefslogtreecommitdiff
path: root/target/device/KwikByte/kb9202/target_skeleton/etc/mdev.conf
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:53:02 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-16 14:55:26 +0100
commit630ba981a0b86e0931663191cf6dac5403e7056d (patch)
tree837d049ee70d3238ad463afa49336c5096e091f9 /target/device/KwikByte/kb9202/target_skeleton/etc/mdev.conf
parent90965566891ee63baaae6be66e55a12c28ab1b65 (diff)
board: simplify kb9202 board
Minimize the board defconfig, remove custom busybox configuration, custom kernel configuration (use the kernel defconfig instead), custom device table and target skeleton. The only difference in the target skeleton was the support of mdev and the usage of an automount script. Instead of adding this in a board-specific way, we should provide board-independent configuration options. There are already patches contributed to add support for mdev. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/KwikByte/kb9202/target_skeleton/etc/mdev.conf')
-rw-r--r--target/device/KwikByte/kb9202/target_skeleton/etc/mdev.conf50
1 files changed, 0 insertions, 50 deletions
diff --git a/target/device/KwikByte/kb9202/target_skeleton/etc/mdev.conf b/target/device/KwikByte/kb9202/target_skeleton/etc/mdev.conf
deleted file mode 100644
index 534dc48ac..000000000
--- a/target/device/KwikByte/kb9202/target_skeleton/etc/mdev.conf
+++ /dev/null
@@ -1,50 +0,0 @@
-# mdev.conf for KB9202
-#
-# Syntax:
-# <regexp> <UID>:<GID> <PERM> [{@,$,*} <CMD>]
-# @: run <CMD> after creating
-# $: run <CMD> before removal
-# *: like @ and $ at the same time
-# <CMD> is run inside /dev using system()
-
-full 0:0 666
-null 0:0 777
-zero 0:0 666
-
-random 0:0 444
-urandom 0:0 444
-
-console 0:5 0600
-kmem 0:9 000
-mem 0:9 0640
-ptmx 0:5 0660
-
-sd[a-d] 0:6 0660
-sd[a-d][1-8] 0:6 0660 *(/sbin/automount.script)
-sdb.* 0:6 0660
-hda.* 0:6 0660
-hdb.* 0:6 0660
-mtd.* 0:6 0660
-mmc.* 0:6 0660
-
-# Move input devices to input directory
-event.* 0:0 0660 @(mkdir -p input&&mv $MDEV input)
-mice 0:0 0660 @(mkdir -p input&&mv $MDEV input)
-mouse.* 0:0 0660 @(mkdir -p input&&mv $MDEV input)
-
-# Move sound devices to sound directory
-pcm.* 0:101 0660 @(mkdir -p snd&&mv $MDEV snd)
-seq 0:101 0660 @(mkdir -p snd&&mv $MDEV snd)
-timer 0:101 0660 @(mkdir -p snd&&mv $MDEV snd)
-control.* 0:101 0660 @(mkdir -p snd&&mv $MDEV snd)
-
-tty 0:5 0660
-tty0.* 0:5 0660
-tty1.* 0:5 0660
-tty2.* 0:5 0660
-tty3.* 0:5 0660
-tty4.* 0:5 0660
-tty5.* 0:5 0660
-tty6.* 0:5 0660
-
-ttyS.* 0:20 640