#!/bin/sh
## Simple beta script to verify csr
echo "-------------------------------Begin in rc------------------------------"
/usr/bin/Set_Led s_blinking &
/usr/bin/Set_Led turn_off2 &
mount -t proc proc /proc
mount -o remount,rw /dev/root /
ifconfig lo 127.0.0.1
route add -net 127.0.0.0 netmask 255.255.255.0 lo
/bin/echo "Insmod ixp400"
insmod ixp400.o
/bin/echo "Insmod ixp425"
insmod ixp425_eth.o
/etc/rc.d/rc.sysinit & 
