Skip to content
Snippets Groups Projects
Commit 1d91c8b4 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

e1000: add CONFIG_E1000_NAPI=y for older kernels

SVN-Revision: 18416
parent bb572e08
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,8 @@ define KernelPackage/e1000
TITLE:=Intel(R) PRO/1000 PCI cards kernel support
DEPENDS:=@PCI_SUPPORT
KCONFIG:=CONFIG_E1000 \
CONFIG_E1000_DISABLE_PACKET_SPLIT=n
CONFIG_E1000_DISABLE_PACKET_SPLIT=n \
CONFIG_E1000_NAPI=y
FILES:=$(LINUX_DIR)/drivers/net/e1000/e1000.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,e1000)
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment