1
0
Fork 0
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:
suyuan 2021-04-05 23:45:06 +08:00
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
View file

View 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