mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbol
SVN-Revision: 15377
This commit is contained in:
parent
dfabd4a57c
commit
f4e88b7d7f
@ -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 New Issue
Block a user