mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
e76d256e08
Switched to GitHub codeload. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 5c11bf7327b186a2a7dfc90a66f8668f2a6f954e)
23 lines
557 B
Diff
23 lines
557 B
Diff
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -35,16 +35,16 @@ ENABLE_REALWOW_SUPPORT = n
|
|
ENABLE_DASH_SUPPORT = n
|
|
ENABLE_DASH_PRINTER_SUPPORT = n
|
|
CONFIG_DOWN_SPEED_100 = n
|
|
-CONFIG_ASPM = y
|
|
+CONFIG_ASPM = n
|
|
ENABLE_S5WOL = y
|
|
ENABLE_S5_KEEP_CURR_MAC = n
|
|
ENABLE_EEE = y
|
|
ENABLE_S0_MAGIC_PACKET = n
|
|
ENABLE_TX_NO_CLOSE = y
|
|
-ENABLE_MULTIPLE_TX_QUEUE = n
|
|
+ENABLE_MULTIPLE_TX_QUEUE = y
|
|
ENABLE_PTP_SUPPORT = n
|
|
ENABLE_PTP_MASTER_MODE = n
|
|
-ENABLE_RSS_SUPPORT = n
|
|
+ENABLE_RSS_SUPPORT = y
|
|
ENABLE_LIB_SUPPORT = n
|
|
ENABLE_USE_FIRMWARE_FILE = n
|
|
DISABLE_PM_SUPPORT = n
|