mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	brcm63xx: fix CVG834G compatible string
The CVG834G claimed to be a BCM6348, but is actually BCM3368. Since we don't test against it, this was harmless. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
		
							parent
							
								
									15b88df87f
								
							
						
					
					
						commit
						0bed85bbca
					
				@ -6,7 +6,7 @@
 | 
			
		||||
 | 
			
		||||
/ {
 | 
			
		||||
	model = "Netgear CVG834G";
 | 
			
		||||
	compatible = "netgear,cvg834g", "brcm,bcm6348";
 | 
			
		||||
	compatible = "netgear,cvg834g", "brcm,bcm3368";
 | 
			
		||||
 | 
			
		||||
	chosen {
 | 
			
		||||
		bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user