[openwrt/openwrt] lantiq: ase: disable adm6996 and swconfig

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 12 12:41:49 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/622be8e3d9dccbca6fc32da6d8004bc1248f4171

commit 622be8e3d9dccbca6fc32da6d8004bc1248f4171
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Oct 12 20:28:29 2024 +0200

    lantiq: ase: disable adm6996 and swconfig
    
    The ase subtarget supports two devices. ALLNET ALL0333CJ has one
    Ethernet port and uses only the built-in MAC and PHY. The second
    device is the Netgear DGN1000, which uses an AR8216 switch.
    
    The driver for the adm6996 switch was probably accidentally
    enabled instead of the ar8216 in commit that restores ase support
    9b321bc60de3 ("lantiq: add Amazon-SE subtarget").
    
    Before removing the ase subtarget, only ar8216 was enabled
    c82183639512 ("lantiq: remove unmaintained code").
    
    Reduce uncompressed kernel size by 15.6 kB.
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/15332
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/lantiq/ase/config-6.6 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target/linux/lantiq/ase/config-6.6 b/target/linux/lantiq/ase/config-6.6
index 7cdb92e82f..f47a91c380 100644
--- a/target/linux/lantiq/ase/config-6.6
+++ b/target/linux/lantiq/ase/config-6.6
@@ -1,4 +1,3 @@
-CONFIG_ADM6996_PHY=y
 CONFIG_CPU_MIPS32_R1=y
 # CONFIG_CPU_MIPS32_R2 is not set
 CONFIG_CPU_MIPSR1=y
@@ -16,7 +15,6 @@ CONFIG_NLS=y
 CONFIG_SGL_ALLOC=y
 CONFIG_SOC_AMAZON_SE=y
 # CONFIG_SOC_XWAY is not set
-CONFIG_SWCONFIG=y
 CONFIG_TARGET_ISA_REV=1
 CONFIG_USB=y
 CONFIG_USB_COMMON=y




More information about the lede-commits mailing list