[source] netdevices.mk: add Sun Neptune 10Gbit Ethernet
LEDE Commits
lede-commits at lists.infradead.org
Sat Dec 16 09:25:52 PST 2017
hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/342d748eaff65811a1b11b944a9c66630d338ebc
commit 342d748eaff65811a1b11b944a9c66630d338ebc
Author: Lucian Cristian <lucian.cristian at gmail.com>
AuthorDate: Thu Nov 2 17:44:02 2017 +0200
netdevices.mk: add Sun Neptune 10Gbit Ethernet
Signed-off-by: Lucian Cristian <lucian.cristian at gmail.com>
---
package/kernel/linux/modules/netdevices.mk | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index 564f005..42b7a8e 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -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
More information about the lede-commits
mailing list