4ca67dcca5
For simplicity, we don't use different MTUs for compat 14 and 15 anymore, there's no harm in using 1532 for batman-adv-legacy as well.
9 lines
92 B
Bash
Executable File
9 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. /lib/gluon/autoupdater/lib.sh
|
|
|
|
wifi down
|
|
sleep 1
|
|
stop network
|
|
ip link del bat0
|