7 lines
93 B
Bash
7 lines
93 B
Bash
#!/bin/sh
|
|
ifconfig ra0 down
|
|
rmmod rt2860ap
|
|
insmod rt2860ap.o
|
|
ifconfig ra0 up 192.168.100.77
|
|
|