Skip to content

Commit

Permalink
add sh header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Mar 27, 2021
1 parent 99d91df commit 02870c4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions root/target/linux/mediatek/base-files/etc/uci-defaults/99-net-ps
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
uci set network.globals.default_rps_val=14
uci set network.globals.default_rps_flow_cnt=256
uci set network.globals.default_xps_val=14
uci set network.globals.default_ps=1
uci commit
#!/bin/sh
uci -q set network.globals.default_rps_val=14
uci -q set network.globals.default_rps_flow_cnt=256
uci -q set network.globals.default_xps_val=14
uci -q set network.globals.default_ps=1
uci -q commit
exit 0

0 comments on commit 02870c4

Please sign in to comment.