r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbol
SVN-Revision: 15377
This commit is contained in:
parent
dfabd4a57c
commit
f4e88b7d7f
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ define KernelPackage/r6040
|
|||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=RDC Fast-Ethernet support
|
||||
DEPENDS:=@TARGET_rdc
|
||||
KCONFIG:=CONFIG_R6040
|
||||
KCONFIG:=CONFIG_R6040 \
|
||||
CONFIG_R6040_NAPI=y
|
||||
FILES:=$(LINUX_DIR)/drivers/net/r6040.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,99,r6040)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue