first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / devices / zaurus_usb.sh
1 #!/bin/bash
2 modprobe usb-uhci
3 ifconfig eth1 42.56.70.1 netmask 255.255.255.255 up
4 route add -host 42.56.70.2 eth1 
5