Allow build with original radio driver using $make RF230BB=0
[contiki-2.x.git] / tools / freebsd-6-setup-slip
blob410137d82efa9e16b407a5915bf66df854d0586b
1 #!/bin/sh
3 # A small script for setting up SLIP under FreeBSD
4 killall slattach
5 #stty -f /dev/cuaa0 19200
6 slattach -l -s 57600 /dev/cuad0
7 sleep 1
8 ifconfig sl0 172.16.0.1 172.16.0.2
9 route delete 172.16.0.0/16
10 route add -net 172.16.0.0/16 172.16.0.2