[openwrt/openwrt] mediatek: filogic: disable swconfig

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 5 07:27:22 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/985d59cdf0fe69530dea8ed5bb1ba2119b4586ac

commit 985d59cdf0fe69530dea8ed5bb1ba2119b4586ac
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Oct 22 16:16:14 2022 +0200

    mediatek: filogic: disable swconfig
    
    This subtarget supports 3 devices:
     * Bananapi BPi-R3 (added in a96382c1bb204698cd43e82193877c10e4b63027),
     * MediaTek MTK7986 rfba AP (added in cffc77ae55ed0e5b9e70417d6a1e1d280cea92cf),
     * MediaTek MTK7986 rfbb AP (added in cffc77ae55ed0e5b9e70417d6a1e1d280cea92cf).
    
    This subtarget supports DSA from the beginning. It looks like CONFIG_SWCONFIG
    was copied from another config when the subtarget was created.
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
---
 target/linux/mediatek/filogic/config-5.15 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/mediatek/filogic/config-5.15 b/target/linux/mediatek/filogic/config-5.15
index 43480775b6..469542e219 100644
--- a/target/linux/mediatek/filogic/config-5.15
+++ b/target/linux/mediatek/filogic/config-5.15
@@ -385,7 +385,6 @@ CONFIG_SPI_MT65XX=y
 CONFIG_SPI_MTK_NOR=y
 CONFIG_SPI_MTK_SNFI=y
 CONFIG_SRCU=y
-CONFIG_SWCONFIG=y
 CONFIG_SWIOTLB=y
 CONFIG_SWPHY=y
 CONFIG_SYSCTL_EXCEPTION_TRACE=y




More information about the lede-commits mailing list