From 90965566891ee63baaae6be66e55a12c28ab1b65 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 5 Dec 2010 21:53:01 +0100 Subject: 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 Signed-off-by: Peter Korsgaard --- .../Atmel/atngw100/target_skeleton/etc/mdev.conf | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 target/device/Atmel/atngw100/target_skeleton/etc/mdev.conf (limited to 'target/device/Atmel/atngw100/target_skeleton/etc/mdev.conf') diff --git a/target/device/Atmel/atngw100/target_skeleton/etc/mdev.conf b/target/device/Atmel/atngw100/target_skeleton/etc/mdev.conf deleted file mode 100644 index 7c91ea749..000000000 --- a/target/device/Atmel/atngw100/target_skeleton/etc/mdev.conf +++ /dev/null @@ -1,49 +0,0 @@ -# mdev.conf for ATNGW100 -# -# Syntax: -# : [{@,$,*} ] -# @: run after creating -# $: run before removal -# *: like @ and $ at the same time -# 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 -- cgit v1.2.3