diff --git a/package/network/config/netifd/files/usr/libexec/network/packet-steering.sh b/package/network/config/netifd/files/usr/libexec/network/packet-steering.sh index 799c080805..cdda39fe58 100755 --- a/package/network/config/netifd/files/usr/libexec/network/packet-steering.sh +++ b/package/network/config/netifd/files/usr/libexec/network/packet-steering.sh @@ -32,7 +32,7 @@ set_hex_val() { echo "$val" > "$file" } -packet_steering="$(uci get "network.@globals[0].packet_steering")" +packet_steering="$(uci -q get "network.@globals[0].packet_steering")" [ "$packet_steering" != 1 ] && exit 0 exec 512>/var/lock/smp_tune.lock