diff --git a/luci-app-mptcp/htdocs/luci-static/resources/view/mptcp/mptcp.js b/luci-app-mptcp/htdocs/luci-static/resources/view/mptcp/mptcp.js index ba5b41caa8..9ad55e0daa 100644 --- a/luci-app-mptcp/htdocs/luci-static/resources/view/mptcp/mptcp.js +++ b/luci-app-mptcp/htdocs/luci-static/resources/view/mptcp/mptcp.js @@ -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++)