|
@@ -411,24 +411,6 @@ endef
|
|
|
$(eval $(call KernelPackage,8139cp))
|
|
|
|
|
|
|
|
|
-define KernelPackage/r8169
|
|
|
- SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
- TITLE:=RealTek RTL-8169 PCI Gigabit Ethernet Adapter kernel support
|
|
|
- DEPENDS:=@PCI_SUPPORT +kmod-mii +r8169-firmware
|
|
|
- KCONFIG:=CONFIG_R8169 \
|
|
|
- CONFIG_R8169_NAPI=y \
|
|
|
- CONFIG_R8169_VLAN=n
|
|
|
- FILES:=$(LINUX_DIR)/drivers/net/ethernet/realtek/r8169.ko
|
|
|
- AUTOLOAD:=$(call AutoProbe,r8169)
|
|
|
-endef
|
|
|
-
|
|
|
-define KernelPackage/r8169/description
|
|
|
- Kernel modules for RealTek RTL-8169 PCI Gigabit Ethernet adapters
|
|
|
-endef
|
|
|
-
|
|
|
-$(eval $(call KernelPackage,r8169))
|
|
|
-
|
|
|
-
|
|
|
define KernelPackage/ne2k-pci
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
TITLE:=ne2k-pci Ethernet Adapter kernel support
|