diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:53:02 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-16 14:55:26 +0100 |
commit | 630ba981a0b86e0931663191cf6dac5403e7056d (patch) | |
tree | 837d049ee70d3238ad463afa49336c5096e091f9 /target/device/KwikByte/kb9202/target_skeleton/etc/init.d | |
parent | 90965566891ee63baaae6be66e55a12c28ab1b65 (diff) | |
download | buildroot-novena-630ba981a0b86e0931663191cf6dac5403e7056d.tar.gz buildroot-novena-630ba981a0b86e0931663191cf6dac5403e7056d.zip |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/KwikByte/kb9202/target_skeleton/etc/init.d')
-rwxr-xr-x | target/device/KwikByte/kb9202/target_skeleton/etc/init.d/rcS | 15 |
1 files changed, 0 insertions, 15 deletions
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 |