kernel: r8127: rss: enable ENABLE_MULTIPLE_TX_QUEUE
We need both ENABLE_RSS_SUPPORT and ENABLE_MULTIPLE_TX_QUEUE in order to support multiple RX and TX queues. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
a3e51a3956
commit
7615de6ef0
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=r8127
|
PKG_NAME:=r8127
|
||||||
PKG_VERSION:=11.014.00
|
PKG_VERSION:=11.014.00
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8127/releases/download/$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8127/releases/download/$(PKG_VERSION)
|
||||||
|
@ -33,7 +33,9 @@ $(call KernelPackage/r8127)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),rss)
|
ifeq ($(BUILD_VARIANT),rss)
|
||||||
PKG_MAKE_FLAGS += ENABLE_RSS_SUPPORT=y
|
PKG_MAKE_FLAGS += \
|
||||||
|
ENABLE_MULTIPLE_TX_QUEUE=y \
|
||||||
|
ENABLE_RSS_SUPPORT=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in a new issue