mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	lantiq: remove lantiq_board_model, it is unused
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		
							parent
							
								
									7e798dab56
								
							
						
					
					
						commit
						fd93f81fd8
					
				@ -1,14 +1,5 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
lantiq_board_model() {
 | 
					 | 
				
			||||||
	local model
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	[ -f /tmp/sysinfo/model ] && model=$(cat /tmp/sysinfo/model)
 | 
					 | 
				
			||||||
	[ -z "$model" ] && model="unknown"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	echo "$model"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
lantiq_get_dt_led() {
 | 
					lantiq_get_dt_led() {
 | 
				
			||||||
	local label
 | 
						local label
 | 
				
			||||||
	local ledpath
 | 
						local ledpath
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user