diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:53:08 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-16 15:04:24 +0100 |
commit | 9459f037bf6dd3ee73b6a647cc83b6b98d4c7478 (patch) | |
tree | f76a35fe8e8263f295d964a516dfe3b7eb1c7e0f /target/device/valka/target_skeleton/etc/mdev.conf | |
parent | c874dea8a2b415f1c8f92e6a653999884bf3fa02 (diff) | |
download | buildroot-novena-9459f037bf6dd3ee73b6a647cc83b6b98d4c7478.tar.gz buildroot-novena-9459f037bf6dd3ee73b6a647cc83b6b98d4c7478.zip |
board: remove Valka v100sc2
This default configuration did not even build a kernel image, which is
the main point of having board default configuration. So remove it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/valka/target_skeleton/etc/mdev.conf')
-rw-r--r-- | target/device/valka/target_skeleton/etc/mdev.conf | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/target/device/valka/target_skeleton/etc/mdev.conf b/target/device/valka/target_skeleton/etc/mdev.conf deleted file mode 100644 index a6dbfefb0..000000000 --- a/target/device/valka/target_skeleton/etc/mdev.conf +++ /dev/null @@ -1,41 +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 |