summaryrefslogtreecommitdiff
path: root/target/device/Atmel/atngw100-base/target_skeleton/etc/mdev.conf
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:53:01 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-16 14:54:57 +0100
commit90965566891ee63baaae6be66e55a12c28ab1b65 (patch)
tree7405afb58ca0a4744cb7e4eaaf3b5af623e4ae2b /target/device/Atmel/atngw100-base/target_skeleton/etc/mdev.conf
parent729b0fa2cae5ccb18c58d77a204180d2fad6db73 (diff)
board: simplify atngw100 support
Minimize atngw100_defconfig, remove atngw100-base_defconfig, and remove the target skeleton and device table. Instead of having complete copies of new target skeletons (making them hard to maintain), we should just have a post-build script that adds/removes/tweaks the existing target skeleton. Moreover, most of the tweaks in this target skeleton were for specific packages, but the policy now is that board defconfig should just build a basic root filesystem with Busybox, and let the user select whichever set of packages (s)he wants. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/atngw100-base/target_skeleton/etc/mdev.conf')
-rw-r--r--target/device/Atmel/atngw100-base/target_skeleton/etc/mdev.conf49
1 files changed, 0 insertions, 49 deletions
diff --git a/target/device/Atmel/atngw100-base/target_skeleton/etc/mdev.conf b/target/device/Atmel/atngw100-base/target_skeleton/etc/mdev.conf
deleted file mode 100644
index 7c91ea749..000000000
--- a/target/device/Atmel/atngw100-base/target_skeleton/etc/mdev.conf
+++ /dev/null
@@ -1,49 +0,0 @@
-# mdev.conf for ATNGW100
-#
-# 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
-
-sda.* 0:6 0660
-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