prepwifi: cleanup other hostapds
This commit is contained in:
parent
5dfb0fff23
commit
6cdd04e040
|
@ -27,4 +27,4 @@ while ! fping ${newip}; do sleep 5; done
|
|||
ssh-keygen -R ${newip}
|
||||
sleep 3
|
||||
|
||||
ssh -o stricthostkeychecking=no root@${newip} "opkg remove wpad-mini; opkg update && opkg install ebtables tcpdump bc iftop hostapd-openssl && reboot"
|
||||
ssh -o stricthostkeychecking=no root@${newip} "opkg remove wpad-mini; opkg remove wpad; opkg update && opkg install ebtables tcpdump bc iftop hostapd-openssl && reboot"
|
||||
|
|
Loading…
Reference in New Issue