diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-07 22:41:36 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-07 22:41:36 +0000 |
commit | e6a04b383a9e5fe8279c58d0753e9d84f75e33ea (patch) | |
tree | d4696fe042a844d14719b109937a46dcf0f7ce57 /root/etc/rcS | |
parent | a5719244d66a8cbc92b428f8baf30d9f7fa44702 (diff) |
move to new init.d structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc/rcS')
-rwxr-xr-x | root/etc/rcS | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/root/etc/rcS b/root/etc/rcS deleted file mode 100755 index e2ab185bbf..0000000000 --- a/root/etc/rcS +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -export TZ=$(nvram get tz) - -insmod diag -echo "0x01" > /proc/sys/diag -echo "3" >/proc/sys/kernel/panic - -# networking -insmod et -insmod wl - -ifconfig lo 127.0.0.1 up - -# eth0 and eth1 are shared, must set eth0 as promisc -ifconfig eth0 promisc -ifconfig eth1 promisc -/etc/networking.sh - -# now lets set up a basic set of rules to do ip masquerade -/etc/firewall.sh - -# now lets start some basic services -/usr/sbin/telnetd -/usr/sbin/httpd -p 80 -h /www -r WRT54G Router -/usr/sbin/udhcpd /etc/udhcpd.conf - |