[openwrt/openwrt] airoha: disable RTL8261N PHY driver

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 19 14:16:36 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/61d50c2e4965c52fe8be071f33437a7e2c99c31b

commit 61d50c2e4965c52fe8be071f33437a7e2c99c31b
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Sat Oct 18 11:23:02 2025 +0200

    airoha: disable RTL8261N PHY driver
    
    RTL8261N is not used by any device in this target. If necessary, newly added
    devices should add the kmod-phy-rtl8261n package.
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/20444
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/airoha/an7581/config-6.12 | 1 -
 target/linux/airoha/an7583/config-6.12 | 1 -
 2 files changed, 2 deletions(-)

diff --git a/target/linux/airoha/an7581/config-6.12 b/target/linux/airoha/an7581/config-6.12
index 0755df75c0..77bd649276 100644
--- a/target/linux/airoha/an7581/config-6.12
+++ b/target/linux/airoha/an7581/config-6.12
@@ -345,7 +345,6 @@ CONFIG_RESET_CONTROLLER=y
 CONFIG_RFS_ACCEL=y
 CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
 CONFIG_RPS=y
-CONFIG_RTL8261N_PHY=y
 CONFIG_RWSEM_SPIN_ON_OWNER=y
 CONFIG_SERIAL_8250_AIROHA=y
 CONFIG_SERIAL_8250_EXTENDED=y
diff --git a/target/linux/airoha/an7583/config-6.12 b/target/linux/airoha/an7583/config-6.12
index b95bfa67c6..8c9a5f436e 100644
--- a/target/linux/airoha/an7583/config-6.12
+++ b/target/linux/airoha/an7583/config-6.12
@@ -336,7 +336,6 @@ CONFIG_RESET_CONTROLLER=y
 CONFIG_RFS_ACCEL=y
 CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
 CONFIG_RPS=y
-CONFIG_RTL8261N_PHY=y
 CONFIG_RWSEM_SPIN_ON_OWNER=y
 CONFIG_SERIAL_8250_AIROHA=y
 CONFIG_SERIAL_8250_EXTENDED=y




More information about the lede-commits mailing list