mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-13 23:46:58 +08:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
![]() |
#!/bin/sh
|
||
|
uci -q batch <<-EOF >/dev/null
|
||
|
set network.globals.packet_steering=1
|
||
|
commit network
|
||
|
EOF
|
||
|
|
||
|
exit 0
|