blob: e02dba6dc856afd69381141c23ba27ca8e6ea5f0 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/rc
if(grep -s WaveLAN/IEEE /dev/pcm0ctl){
echo -n 'configure #l0 WaveLAN/IEEE'>/dev/pcm0ctl
bind -a '#l0' /net
echo -n 'key moon1'>/net/ether0/clone
ip/ipconfig ether /net/ether0
ndb/cs
ndb/dns -r
}
|