From becd82a48aa181828b4e9b9621004ee3b375abcf Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <josef.schlehofer@nic.cz> Date: Sun, 7 Aug 2022 14:22:09 +0200 Subject: [PATCH] patches/openwrt: really enable driver for switch chip on Turris 1.x Fixes: 8babac21a622927869ffd6c13d9169071c1cb8ad ("patches/openwrt: enable driver for Turris 1.x switch chip") --- .../0006-mpc85xx-p2020-enable-driver-CONFIG_AT803X_PHY.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/openwrt/5.15-kernel-configuration/0006-mpc85xx-p2020-enable-driver-CONFIG_AT803X_PHY.patch b/patches/openwrt/5.15-kernel-configuration/0006-mpc85xx-p2020-enable-driver-CONFIG_AT803X_PHY.patch index fe43a84fc..6e87fb21f 100644 --- a/patches/openwrt/5.15-kernel-configuration/0006-mpc85xx-p2020-enable-driver-CONFIG_AT803X_PHY.patch +++ b/patches/openwrt/5.15-kernel-configuration/0006-mpc85xx-p2020-enable-driver-CONFIG_AT803X_PHY.patch @@ -16,7 +16,7 @@ index ef32280dac..e6df5f4f1f 100644 --- a/target/linux/mpc85xx/p2020/config-default +++ b/target/linux/mpc85xx/p2020/config-default @@ -1,3 +1,4 @@ -+CONFIG_AT803X_PHY ++CONFIG_AT803X_PHY=y CONFIG_CPU_RMAP=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_GENERIC_IRQ_MIGRATION=y -- GitLab