1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add cpu scale frequency configuration

This commit is contained in:
Ycarus 2018-04-17 09:27:15 +02:00
parent c5916d5454
commit 183bef4a8b
4 changed files with 92 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
uci -q batch <<-EOF
delete ucitrack.@openmptcprouter[-1]
add ucitrack openmptcprouter
set ucitrack.@openmptcprouter[-1].init=openmptcprouter
commit ucitrack
EOF