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/lemote/files/boot/boot.cfg | 7 ------- target/lemote/files/etc/inittab | 9 --------- target/lemote/files/etc/mdev.conf | 17 ----------------- target/lemote/files/etc/network/interfaces | 13 ------------- target/lemote/files/etc/tmpfs | 1 - 5 files changed, 47 deletions(-) delete mode 100644 target/lemote/files/boot/boot.cfg delete mode 100644 target/lemote/files/etc/inittab delete mode 100644 target/lemote/files/etc/mdev.conf delete mode 100644 target/lemote/files/etc/network/interfaces delete mode 100644 target/lemote/files/etc/tmpfs (limited to 'target/lemote/files') diff --git a/target/lemote/files/boot/boot.cfg b/target/lemote/files/boot/boot.cfg deleted file mode 100644 index dd386032b..000000000 --- a/target/lemote/files/boot/boot.cfg +++ /dev/null @@ -1,7 +0,0 @@ -timeout 3 -default 0 -showmenu 1 - -title Linux - kernel /dev/fs/ext2@wd0/boot/vmlinuz-adk - args no_auto_cmd diff --git a/target/lemote/files/etc/inittab b/target/lemote/files/etc/inittab deleted file mode 100644 index cedbc93ff..000000000 --- a/target/lemote/files/etc/inittab +++ /dev/null @@ -1,9 +0,0 @@ -::sysinit:/etc/init.d/rcS -::shutdown:/etc/init.d/rcK -tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 -tty2::respawn:/sbin/getty -i -L tty2 115200 vt100 -tty3::respawn:/sbin/getty -i -L tty3 115200 vt100 -tty4::respawn:/sbin/getty -i -L tty4 115200 vt100 -tty5::respawn:/sbin/getty -i -L tty5 115200 vt100 -tty6::respawn:/sbin/getty -i -L tty6 115200 vt100 -tty11::respawn:/sbin/logread -f diff --git a/target/lemote/files/etc/mdev.conf b/target/lemote/files/etc/mdev.conf deleted file mode 100644 index 25d02acd5..000000000 --- a/target/lemote/files/etc/mdev.conf +++ /dev/null @@ -1,17 +0,0 @@ -device-mapper 0:0 660 @mkdir /dev/mapper -tun 0:0 660 >net/tun -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 -audio root:audio 660 >snd/audio -dsp root:audio 660 >snd/dsp -timer root:audio 660 >snd/timer -controlC0 root:audio 660 >snd/controlC0 -pcmC0D0c root:audio 660 >snd/pcmC0D0c -pcmC0D0p root:audio 660 >snd/pcmC0D0p -video0 root:video 660 -.* 0:0 644 @/lib/mdev/init diff --git a/target/lemote/files/etc/network/interfaces b/target/lemote/files/etc/network/interfaces deleted file mode 100644 index 3abd272d8..000000000 --- a/target/lemote/files/etc/network/interfaces +++ /dev/null @@ -1,13 +0,0 @@ -auto lo -iface lo inet loopback - -# wlan example -#auto wlan0 -#iface wlan0 inet dhcp -# wireless-extension 1 -# wireless-mode sta -# wireless-channel 1 -# wireless-ssid openadk -# wireless-security wpa2 -# wireless-passphrase openadk123 - diff --git a/target/lemote/files/etc/tmpfs b/target/lemote/files/etc/tmpfs deleted file mode 100644 index 08558e471..000000000 --- a/target/lemote/files/etc/tmpfs +++ /dev/null @@ -1 +0,0 @@ -16384 -- cgit v1.2.3