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/alix/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/alix/files')
-rw-r--r-- | target/alix/files/etc/fstab | 2 | ||||
-rw-r--r-- | target/alix/files/etc/inittab | 4 | ||||
-rw-r--r-- | target/alix/files/etc/mdev.conf | 18 | ||||
-rw-r--r-- | target/alix/files/etc/network/interfaces | 5 | ||||
-rw-r--r-- | target/alix/files/etc/tmpfs | 1 |
5 files changed, 30 insertions, 0 deletions
diff --git a/target/alix/files/etc/fstab b/target/alix/files/etc/fstab new file mode 100644 index 000000000..7aed67706 --- /dev/null +++ b/target/alix/files/etc/fstab @@ -0,0 +1,2 @@ +# <fs> <mountpoint> <type> <opts> <dump/pass> +/dev/root / ext2 noatime 0 0 diff --git a/target/alix/files/etc/inittab b/target/alix/files/etc/inittab new file mode 100644 index 000000000..e6db98239 --- /dev/null +++ b/target/alix/files/etc/inittab @@ -0,0 +1,4 @@ +::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/alix/files/etc/mdev.conf b/target/alix/files/etc/mdev.conf new file mode 100644 index 000000000..69d9c0079 --- /dev/null +++ b/target/alix/files/etc/mdev.conf @@ -0,0 +1,18 @@ +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/alix/files/etc/network/interfaces b/target/alix/files/etc/network/interfaces new file mode 100644 index 000000000..104c1a1b6 --- /dev/null +++ b/target/alix/files/etc/network/interfaces @@ -0,0 +1,5 @@ +auto lo +iface lo inet loopback + +auto eth0 +iface eth0 inet dhcp diff --git a/target/alix/files/etc/tmpfs b/target/alix/files/etc/tmpfs new file mode 100644 index 000000000..08558e471 --- /dev/null +++ b/target/alix/files/etc/tmpfs @@ -0,0 +1 @@ +16384 |