mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 17:31:27 +00:00
29 lines
889 B
Diff
29 lines
889 B
Diff
From 210faa703a17aa7d59a7ca7d580d3174e15f51cf Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robert.marko@sartura.hr>
|
|
Date: Mon, 18 May 2020 12:25:20 +0200
|
|
Subject: [PATCH 10/40] ipq806x: 4.14: enable AT803X driver
|
|
|
|
Its needed for Edgecore ECW5410 which does not use QCA8337 switch,
|
|
but rather 2x AR8033 PHY-s directly connected to GMAC-s.
|
|
|
|
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
|
|
---
|
|
target/linux/ipq806x/config-4.14 | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/target/linux/ipq806x/config-4.14 b/target/linux/ipq806x/config-4.14
|
|
index 38f5c94507..2a89ad8778 100644
|
|
--- a/target/linux/ipq806x/config-4.14
|
|
+++ b/target/linux/ipq806x/config-4.14
|
|
@@ -58,6 +58,7 @@ CONFIG_ARM_THUMB=y
|
|
# CONFIG_ARM_THUMBEE is not set
|
|
CONFIG_ARM_UNWIND=y
|
|
CONFIG_ARM_VIRT_EXT=y
|
|
+CONFIG_AT803X_PHY=y
|
|
# CONFIG_BINFMT_FLAT is not set
|
|
CONFIG_BLK_DEV_LOOP=y
|
|
CONFIG_BLK_MQ_PCI=y
|
|
--
|
|
2.25.1
|
|
|