fff-network: remove hardcoded network config #213

Closed
fbl wants to merge 5 commits from fbl:remove-baseconfig into master
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 96c4c562cb - Show all commits

View File

@ -0,0 +1,10 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0-or-later
# Enable RPS
uci batch <<-__EOF__
set network.globals=globals
set network.globals.packet_steering='1'
__EOF__
uci -q commit network