|
@@ -2,23 +2,6 @@
|
|
|
#
|
|
|
# Copyright (C) 2017 Cezary Jackiewicz <[email protected]>
|
|
|
|
|
|
-define KernelPackage/amazon-ena
|
|
|
- SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
- TITLE:=Elastic Network Adapter (for Amazon AWS T3)
|
|
|
- DEPENDS:=@TARGET_x86_64
|
|
|
- KCONFIG:=CONFIG_ENA_ETHERNET
|
|
|
- FILES:=$(LINUX_DIR)/drivers/net/ethernet/amazon/ena/ena.ko
|
|
|
- AUTOLOAD:=$(call AutoLoad,12,ena)
|
|
|
-endef
|
|
|
-
|
|
|
-define KernelPackage/amazon-ena/description
|
|
|
- This driver supports Elastic Network Adapter (ENA)
|
|
|
- used by Amazon AWS T3 instances.
|
|
|
-endef
|
|
|
-
|
|
|
-$(eval $(call KernelPackage,amazon-ena))
|
|
|
-
|
|
|
-
|
|
|
define KernelPackage/amd-xgbe
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
TITLE:=AMD Ethernet on SoC support
|