mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
uci -q batch <<-EOF >/dev/null
|
|
set network.globals.packet_steering=1
|
|
commit network
|
|
EOF
|
|
|
|
exit 0
|