mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	netdevices.mk: add Sun Neptune 10Gbit Ethernet
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
		
							parent
							
								
									ea5d9f5f72
								
							
						
					
					
						commit
						342d748eaf
					
				@ -304,6 +304,22 @@ endef
 | 
			
		||||
$(eval $(call KernelPackage,r6040))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/niu
 | 
			
		||||
  SUBMENU:=$(NETWORK_DEVICES_MENU)
 | 
			
		||||
  TITLE:=Sun Neptune 10Gbit Ethernet support
 | 
			
		||||
  DEPENDS:=@PCI_SUPPORT
 | 
			
		||||
  KCONFIG:=CONFIG_NIU
 | 
			
		||||
  FILES:=$(LINUX_DIR)/drivers/net/ethernet/sun/niu.ko
 | 
			
		||||
  AUTOLOAD:=$(call AutoProbe,niu)
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define KernelPackage/niu/description
 | 
			
		||||
 This enables support for cards based upon Sun's Neptune chipset.
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
$(eval $(call KernelPackage,niu))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/sis900
 | 
			
		||||
  SUBMENU:=$(NETWORK_DEVICES_MENU)
 | 
			
		||||
  TITLE:=SiS 900 Ethernet support
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user