From e27fef51834042a1b108e04927a2a91742a54327 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 3 Jul 2008 08:27:50 +0000 Subject: Add support for KwikByte KB9202 board, courtesy Brian Beattie --- .../device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 target/device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS (limited to 'target/device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS') diff --git a/target/device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS b/target/device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS new file mode 100755 index 000000000..8a7684c06 --- /dev/null +++ b/target/device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS @@ -0,0 +1,15 @@ +#!/bin/sh + +/bin/mount -n -t proc proc /proc +/bin/mount -o remount,rw / + +/bin/mount /sys +echo /sbin/mdev > /proc/sys/kernel/hotplug +/sbin/mdev -a + +/bin/mount -a +/bin/hostname -F /etc/hostname +/sbin/ifconfig lo 127.0.0.1 up +/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo +/sbin/ifup eth0 +#telnetd -l /bin/sh -- cgit v1.2.3