mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
kernel: add module for Emulex OneConnect 10Gbit
add module to support Emulex OneConnect
common in 10Gbit SFP+ cards by Dell/HP/IBM
supports OneConnect OCe10xxx OCe11xxx OCe14xxx,
LightPulse LPe12xxx
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
(cherry picked from commit 827f47749b)
This commit is contained in:
parent
cd96cdaa60
commit
e9c16e4e1f
1 changed files with 22 additions and 0 deletions
|
|
@ -991,3 +991,25 @@ define KernelPackage/bnx2/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,bnx2))
|
||||
|
||||
|
||||
define KernelPackage/be2net
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Broadcom Emulex OneConnect 10Gbps NIC
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-hwmon-core
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/emulex/benet/be2net.ko
|
||||
KCONFIG:= \
|
||||
CONFIG_BE2NET \
|
||||
CONFIG_BE2NET_BE2=y \
|
||||
CONFIG_BE2NET_BE3=y \
|
||||
CONFIG_BE2NET_LANCER=y \
|
||||
CONFIG_BE2NET_SKYHAWK=y \
|
||||
CONFIG_BE2NET_HWMON=y
|
||||
AUTOLOAD:=$(call AutoProbe,be2net)
|
||||
endef
|
||||
|
||||
define KernelPackage/be2net/description
|
||||
Broadcom Emulex OneConnect 10Gbit SFP+ support, OneConnect OCe10xxx OCe11xxx OCe14xxx, LightPulse LPe12xxx
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,be2net))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue