mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 13:34:27 -04:00 
			
		
		
		
	This was just a little bit tested on an SAMSUNG SMT-G3020 and pci and usb do not work like before. SVN-Revision: 26576
		
			
				
	
	
		
			10 lines
		
	
	
		
			306 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			306 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/net/Makefile
 | |
| +++ b/drivers/net/Makefile
 | |
| @@ -302,3 +302,6 @@ obj-$(CONFIG_CAIF) += caif/
 | |
|  obj-$(CONFIG_OCTEON_MGMT_ETHERNET) += octeon/
 | |
|  obj-$(CONFIG_PCH_GBE) += pch_gbe/
 | |
|  obj-$(CONFIG_TILE_NET) += tile/
 | |
| +
 | |
| +obj-$(CONFIG_AMAZON_NET_SW) += amazon_sw.o
 | |
| +obj-$(CONFIG_ADM6996_SUPPORT) += admmod.o
 |