diff options
| author | Aleksander Jan Bajkowski | 2025-10-18 09:23:02 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-19 21:16:06 +0000 |
| commit | 61d50c2e4965c52fe8be071f33437a7e2c99c31b (patch) | |
| tree | 07e0b8063497d56e953ff5933b5db0e50ebe67d1 | |
| parent | a926c5518ec0dc7b1e92b0d2e201692cb3f9c3ef (diff) | |
| download | openwrt-61d50c2e4965c52fe8be071f33437a7e2c99c31b.tar.gz | |
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@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/20444
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/airoha/an7581/config-6.12 | 1 | ||||
| -rw-r--r-- | target/linux/airoha/an7583/config-6.12 | 1 |
2 files changed, 0 insertions, 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 |