mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
fix Mar 20, 2021
This commit is contained in:
parent
31de03df54
commit
fe4643d5e6
175 changed files with 1968 additions and 12087 deletions
0
root/target/linux/mediatek/base-files/etc/inittab
Normal file → Executable file
0
root/target/linux/mediatek/base-files/etc/inittab
Normal file → Executable file
|
|
@ -1,7 +1,6 @@
|
|||
#!/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
|
||||
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
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue