From dbfdeaeb46453d300b975dcfb6790f3b16f9e6b5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 26 Nov 2010 15:18:01 +0100 Subject: implement the concept of target choice by embedded system or architecture you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. --- target/qemu-mips64el/files/etc/inittab | 4 ---- target/qemu-mips64el/files/etc/mdev.conf | 11 ----------- 2 files changed, 15 deletions(-) delete mode 100644 target/qemu-mips64el/files/etc/inittab delete mode 100644 target/qemu-mips64el/files/etc/mdev.conf (limited to 'target/qemu-mips64el/files/etc') diff --git a/target/qemu-mips64el/files/etc/inittab b/target/qemu-mips64el/files/etc/inittab deleted file mode 100644 index 6f21e703b..000000000 --- a/target/qemu-mips64el/files/etc/inittab +++ /dev/null @@ -1,4 +0,0 @@ -::sysinit:/etc/init.d/rcS -::shutdown:/etc/init.d/rcK -ttyS0::respawn:/sbin/getty -i -L ttyS0 115200 vt100 -tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 diff --git a/target/qemu-mips64el/files/etc/mdev.conf b/target/qemu-mips64el/files/etc/mdev.conf deleted file mode 100644 index a8b87c84c..000000000 --- a/target/qemu-mips64el/files/etc/mdev.conf +++ /dev/null @@ -1,11 +0,0 @@ -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