mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	nvram: don't execute nvram fixups on the WGT634U
SVN-Revision: 16349
This commit is contained in:
		
							parent
							
								
									e72be9e83b
								
							
						
					
					
						commit
						4c9e3682cb
					
				@ -60,6 +60,9 @@ fixup_linksys() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
start() {
 | 
			
		||||
	# Don't do any fixups on the WGT634U
 | 
			
		||||
	[ "$(cat /proc/diag/model)" = "Netgear WGT634U" ] && return
 | 
			
		||||
 | 
			
		||||
	fixup_linksys
 | 
			
		||||
 | 
			
		||||
	# OFDM Power Offset is set incorrectly on many boards.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user