luci-app-cpufreq: move to system

This commit is contained in:
CN_SZTL 2020-03-08 04:03:52 +08:00
parent 68388be887
commit 3660e40b1f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -6,6 +6,6 @@ function index()
return
end
entry({"admin", "services", "cpufreq"}, cbi("cpufreq"), _("CPU Freq"), 900).dependent=false
entry({"admin", "system", "cpufreq"}, cbi("cpufreq"), _("CPU Freq"), 900).dependent=false
end