1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2024-12-29 13:24:13 +08:00 committed by GitHub
commit cb881e8490
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ return L.view.extend({
o.value("ecf", "ECF"); o.value("ecf", "ECF");
} }
if (parseFloat(boardinfo.kernel.substring(0,3)) >= "6.6") { if (parseFloat(boardinfo.kernel.substring(0,3)) > 6) {
o.load = function(section_id) { o.load = function(section_id) {
return L.resolveDefault(fs.list('/usr/share/bpf/scheduler'), []).then(L.bind(function(entries) { return L.resolveDefault(fs.list('/usr/share/bpf/scheduler'), []).then(L.bind(function(entries) {
for (var i = 0; i < entries.length; i++) for (var i = 0; i < entries.length; i++)

View file

@ -1029,12 +1029,12 @@ service_triggers() {
} }
reload_service() { reload_service() {
RELOAD=1 #RELOAD=1
stop stop
start start
} }
restart_service() { restart_service() {
RELOAD=1 #RELOAD=1
stop stop
start start
} }