mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-10-14 03:18:38 +00:00
fix bonding and usb-direct
This commit is contained in:
@@ -25,6 +25,9 @@ case "$1" in
|
||||
start)
|
||||
remote &
|
||||
;;
|
||||
stop)
|
||||
pkill socat
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start}"
|
||||
exit 1
|
||||
|
@@ -78,6 +78,9 @@ bonding_setup() {
|
||||
mount -o bind /opt/wz_mini/bin/wpa_cli.sh /bin/wpa_cli
|
||||
fi
|
||||
|
||||
echo "Run network monitor for USB Direct"
|
||||
/opt/wz_mini/usr/bin/netmon.sh &
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user