lede/target/linux/rockchip/armv8/base-files/etc/uci-defaults/12_enable-netifd-smp-tune
2022-09-13 17:03:53 +08:00

8 lines
108 B
Bash

#!/bin/sh
uci -q batch <<-EOF >/dev/null
set network.globals.packet_steering=1
commit network
EOF
exit 0