mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-01-23 04:27:00 +00:00
add deubg message to bonding rc.d script
This commit is contained in:
parent
7dcaf6231c
commit
d57d83f4de
@ -60,6 +60,7 @@ bonding_setup() {
|
|||||||
# wpa_supplicant that might be running and spawn our own instead
|
# wpa_supplicant that might be running and spawn our own instead
|
||||||
|
|
||||||
if [[ "$BONDING_ENABLED" == "true" ]] && ([[ "$ENABLE_USB_ETH" == "true" ]] || [[ "$ENABLE_USB_DIRECT" == "true" ]]); then
|
if [[ "$BONDING_ENABLED" == "true" ]] && ([[ "$ENABLE_USB_ETH" == "true" ]] || [[ "$ENABLE_USB_DIRECT" == "true" ]]); then
|
||||||
|
echo "Restarting wpa_supplicant due to bonding"
|
||||||
/opt/wz_mini/bin/busybox killall wpa_supplicant
|
/opt/wz_mini/bin/busybox killall wpa_supplicant
|
||||||
wpa_supplicant -D nl80211 -i wlanold -c /tmp/wpa_supplicant.conf -B -s
|
wpa_supplicant -D nl80211 -i wlanold -c /tmp/wpa_supplicant.conf -B -s
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user