mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-05-01 21:22:17 +08:00
kernel: modules: add HiNIC support
Add support for the Huawei Intelligent PCIE Network Interface Card. Signed-off-by: Coia Prant <coiaprant@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
66d882cdb4
commit
88938fea92
@ -1327,6 +1327,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,hfcmulti))
|
$(eval $(call KernelPackage,hfcmulti))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/hinic
|
||||||
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
TITLE:=Huawei Intelligent PCIE Network Interface Card support
|
||||||
|
DEPENDS:=@PCI_SUPPORT @TARGET_x86||TARGET_armvirt_64
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/ethernet/huawei/hinic/hinic.ko
|
||||||
|
KCONFIG:=CONFIG_HINIC
|
||||||
|
AUTOLOAD:=$(call AutoProbe,hinic)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hinic/description
|
||||||
|
Kernel module for HiNIC PCIE Ethernet cards
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hinic))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/macvlan
|
define KernelPackage/macvlan
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=MAC-VLAN support
|
TITLE:=MAC-VLAN support
|
||||||
|
Loading…
Reference in New Issue
Block a user