blob: 744636d0d9bc66ef8beed5fcef8f9e1637bc93ad (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- nslu2-linksys-ramdisk-2.3r25/etc/rc.orig 2004-11-03 14:38:45.838082343 +1100
+++ nslu2-linksys-ramdisk-2.3r25/etc/rc 2004-11-03 16:27:08.572763797 +1100
@@ -4,6 +4,7 @@
/usr/bin/Set_Led r_blinking &
mount -t proc proc /proc
+mount -t usbdevfs usbdevfs /proc/bus/usb
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
|