mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-10-13 02:48:10 +00:00
fix bonding and usb-direct
This commit is contained in:
10
SD_ROOT/wz_mini/usr/bin/netmon.sh
Normal file
10
SD_ROOT/wz_mini/usr/bin/netmon.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /opt/wz_mini/wz_mini.conf
|
||||
. /opt/wz_mini/etc/rc.common
|
||||
|
||||
|
||||
if [[ "$ENABLE_USB_DIRECT" == "true" ]]; then
|
||||
wait_for_wlan_ip $(basename "$0")
|
||||
gateway_supervisor $(basename "$0")
|
||||
fi
|
Reference in New Issue
Block a user