mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
1f068588ef
Signed-off-by: Muciri Gatimu <muciri@openmesh.com> Signed-off-by: Shashidhar Lakkavalli <shashidhar.lakkavalli@openmesh.com> Signed-off-by: John Crispin <john@phrozen.org>
17 lines
485 B
Plaintext
Executable File
17 lines
485 B
Plaintext
Executable File
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 set network.eth0=device
|
|
uci set network.eth0.name=eth0
|
|
uci set network.lan0=device
|
|
uci set network.lan0.name=lan0
|
|
uci set network.lan1=device
|
|
uci set network.lan1.name=lan1
|
|
uci set network.lan2=device
|
|
uci set network.lan2.name=lan2
|
|
uci set network.lan3=device
|
|
uci set network.lan3.name=lan3
|
|
uci commit
|
|
exit 0
|