r8125/r8168: fix enable rss support

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-07-17 15:41:50 +08:00
parent e7f6a79233
commit 555d16f6a3
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ define Build/Compile
+$(KERNEL_MAKE) $(PKG_JOBS) \
M=$(PKG_BUILD_DIR)/src \
CONFIG_ASPM=n \
CONFIG_RSS_SUPPORT=y \
ENABLE_RSS_SUPPORT=y \
modules
endef

View File

@ -36,7 +36,7 @@ endef
define Build/Compile
+$(KERNEL_MAKE) $(PKG_JOBS) \
M=$(PKG_BUILD_DIR)/src \
CONFIG_RSS_SUPPORT=y \
ENABLE_RSS_SUPPORT=y \
modules
endef