Skip to content

Commit

Permalink
Fix luci MPTCP app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Dec 26, 2024
1 parent 77b7ade commit 93ef601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit 93ef601

Please sign in to comment.