diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-13 00:30:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-13 00:30:49 +0100 |
commit | b6a5c9e0b1ed79e56e7dc8b3a0b2a61856fda576 (patch) | |
tree | 622172c6d4fba89038c9f92d12085fce72268259 /target/alix1c/files | |
parent | 4129680028eaddf98219126f787b08551bbf7088 (diff) |
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.
Diffstat (limited to 'target/alix1c/files')
-rw-r--r-- | target/alix1c/files/etc/fstab | 2 | ||||
-rw-r--r-- | target/alix1c/files/etc/inittab | 4 | ||||
-rw-r--r-- | target/alix1c/files/etc/mdev.conf | 18 | ||||
-rw-r--r-- | target/alix1c/files/etc/network/interfaces | 5 | ||||
-rw-r--r-- | target/alix1c/files/etc/tmpfs | 1 |
5 files changed, 0 insertions, 30 deletions
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 @@ -# <fs> <mountpoint> <type> <opts> <dump/pass> -/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 |