Forráskód Böngészése

add deubg message to bonding rc.d script

Alfonso Gamboa 3 éve
szülő
commit
d57d83f4de
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      SD_ROOT/wz_mini/etc/rc.d/S07bonding

+ 1 - 0
SD_ROOT/wz_mini/etc/rc.d/S07bonding

@@ -60,6 +60,7 @@ bonding_setup() {
 	# wpa_supplicant that might be running and spawn our own instead
 
 	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
 		wpa_supplicant -D nl80211 -i wlanold -c /tmp/wpa_supplicant.conf -B -s
 	fi