mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Fix luci MPTCP app
This commit is contained in:
		
							parent
							
								
									77b7adee49
								
							
						
					
					
						commit
						93ef6013ec
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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++)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue