mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-19 16:10:48 +00:00
add agc setting to other on boar scripts
This commit is contained in:
parent
3f597ce02d
commit
e2ac268e9d
@ -26,3 +26,5 @@ sleep 5
|
||||
cd webserver
|
||||
webfsd -F -p 80 -f index.html &
|
||||
route add default gw 192.168.10.1
|
||||
|
||||
./agc_settings.sh 1
|
||||
|
@ -27,3 +27,4 @@ cd webserver
|
||||
webfsd -F -p 80 -f index.html &
|
||||
route add default gw 192.168.10.1
|
||||
|
||||
./agc_settings.sh 1
|
||||
|
@ -25,3 +25,4 @@ sudo iwconfig $nic_name channel $ch_number
|
||||
ifconfig
|
||||
iwconfig $nic_name
|
||||
|
||||
./agc_settings.sh 1
|
||||
|
@ -21,3 +21,4 @@ sudo ip link set $nic_name up
|
||||
ifconfig
|
||||
iwconfig $nic_name
|
||||
|
||||
./agc_settings.sh 1
|
||||
|
@ -32,3 +32,4 @@ sudo ifconfig $nic_name $ip_addr netmask 255.255.255.0
|
||||
ifconfig
|
||||
iwconfig $nic_name
|
||||
|
||||
./agc_settings.sh 1
|
||||
|
@ -27,3 +27,5 @@ sudo iwconfig $nic_name channel $ch_number
|
||||
sudo ifconfig $nic_name $ip_addr netmask 255.255.255.0
|
||||
ifconfig
|
||||
iwconfig $nic_name
|
||||
|
||||
./agc_settings.sh 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user