From 630ba981a0b86e0931663191cf6dac5403e7056d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 5 Dec 2010 21:53:02 +0100 Subject: board: simplify kb9202 board Minimize the board defconfig, remove custom busybox configuration, custom kernel configuration (use the kernel defconfig instead), custom device table and target skeleton. The only difference in the target skeleton was the support of mdev and the usage of an automount script. Instead of adding this in a board-specific way, we should provide board-independent configuration options. There are already patches contributed to add support for mdev. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- .../device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS | 15 --------------- 1 file changed, 15 deletions(-) delete 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 deleted file mode 100755 index 8a7684c06..000000000 --- a/target/device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS +++ /dev/null @@ -1,15 +0,0 @@ -#!/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