From b6a5c9e0b1ed79e56e7dc8b3a0b2a61856fda576 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Nov 2010 00:30:49 +0100 Subject: unify alix support add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets. --- target/alix1c/files/etc/fstab | 2 -- target/alix1c/files/etc/inittab | 4 ---- target/alix1c/files/etc/mdev.conf | 18 ------------------ target/alix1c/files/etc/network/interfaces | 5 ----- target/alix1c/files/etc/tmpfs | 1 - 5 files changed, 30 deletions(-) delete mode 100644 target/alix1c/files/etc/fstab delete mode 100644 target/alix1c/files/etc/inittab delete mode 100644 target/alix1c/files/etc/mdev.conf delete mode 100644 target/alix1c/files/etc/network/interfaces delete mode 100644 target/alix1c/files/etc/tmpfs (limited to 'target/alix1c/files') diff --git a/target/alix1c/files/etc/fstab b/target/alix1c/files/etc/fstab deleted file mode 100644 index 7aed67706..000000000 --- a/target/alix1c/files/etc/fstab +++ /dev/null @@ -1,2 +0,0 @@ -# -/dev/root / ext2 noatime 0 0 diff --git a/target/alix1c/files/etc/inittab b/target/alix1c/files/etc/inittab deleted file mode 100644 index e6db98239..000000000 --- a/target/alix1c/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 -tty0::askfirst:/sbin/getty -i -L tty0 115200 vt100 diff --git a/target/alix1c/files/etc/mdev.conf b/target/alix1c/files/etc/mdev.conf deleted file mode 100644 index 69d9c0079..000000000 --- a/target/alix1c/files/etc/mdev.conf +++ /dev/null @@ -1,18 +0,0 @@ -rtc0 root:root 660 @ln -sf /dev/rtc0 /dev/rtc -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 -msr0 root:root 660 @(mkdir -p /dev/cpu/0 && ln -sf /dev/msr0 /dev/cpu/0/msr) -.* 0:0 644 @/lib/mdev/init diff --git a/target/alix1c/files/etc/network/interfaces b/target/alix1c/files/etc/network/interfaces deleted file mode 100644 index 104c1a1b6..000000000 --- a/target/alix1c/files/etc/network/interfaces +++ /dev/null @@ -1,5 +0,0 @@ -auto lo -iface lo inet loopback - -auto eth0 -iface eth0 inet dhcp diff --git a/target/alix1c/files/etc/tmpfs b/target/alix1c/files/etc/tmpfs deleted file mode 100644 index 08558e471..000000000 --- a/target/alix1c/files/etc/tmpfs +++ /dev/null @@ -1 +0,0 @@ -16384 -- cgit v1.2.3