gluon-core: update lib/gluon/upgrade/150-poe-passthrough for naming within lede
This commit is contained in:
		
							parent
							
								
									24ed871242
								
							
						
					
					
						commit
						d51f2098a3
					
				| @ -6,8 +6,8 @@ local site = require 'gluon.site_config' | |||||||
| if (not sysconfig.gluon_version) and site.poe_passthrough then | if (not sysconfig.gluon_version) and site.poe_passthrough then | ||||||
| 	local uci = require('simple-uci').cursor() | 	local uci = require('simple-uci').cursor() | ||||||
| 
 | 
 | ||||||
| 	if uci:get('system', 'gpio_switch_poe_passthrough') then | 	if uci:get('system', 'poe_passthrough') then | ||||||
| 		uci:set('system', 'gpio_switch_poe_passthrough', 'value', true) | 		uci:set('system', 'poe_passthrough', 'value', true) | ||||||
| 		uci:save('system') | 		uci:save('system') | ||||||
| 	end | 	end | ||||||
| end | end | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user