mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
sync (#583)
This commit is contained in:
commit
cb881e8490
2 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ return L.view.extend({
|
|||
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) {
|
||||
return L.resolveDefault(fs.list('/usr/share/bpf/scheduler'), []).then(L.bind(function(entries) {
|
||||
for (var i = 0; i < entries.length; i++)
|
||||
|
|
|
@ -1029,12 +1029,12 @@ service_triggers() {
|
|||
}
|
||||
|
||||
reload_service() {
|
||||
RELOAD=1
|
||||
#RELOAD=1
|
||||
stop
|
||||
start
|
||||
}
|
||||
restart_service() {
|
||||
RELOAD=1
|
||||
#RELOAD=1
|
||||
stop
|
||||
start
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue