mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Switched to GitHub codeload. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
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
|