wlan-ap-Telecominfraproject/patches/0010-ipq806x-4.14-enable-AT803X-driver.patch
John Crispin 2837dc61e6 patches: move all patches into a single folder
This allows easier managing of updated patches.

Signed-off-by: John Crispin <john@phrozen.org>
2020-09-22 18:20:11 +02:00

29 lines
889 B
Diff

From e06d369e38178c0b7a79fa18b732ea3a3942a795 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/30] 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