1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
This commit is contained in:
suyuan 2021-04-05 23:49:44 +08:00
parent c9ba96c494
commit 28a84e2b3d
179 changed files with 347 additions and 12649 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