[openwrt/openwrt] ath79: use rtl8366rb as a module

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 1 11:23:08 PDT 2022


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/575ec7a4b1a085f243961ef13dd23f228a60e67e

commit 575ec7a4b1a085f243961ef13dd23f228a60e67e
Author: Luiz Angelo Daros de Luca <luizluca at gmail.com>
AuthorDate: Tue Apr 26 18:51:32 2022 -0300

    ath79: use rtl8366rb as a module
    
    It looks like rtl8366rb is used only by tplink_tl-wr1043nd-v1 and
    buffalo_wzr-hp-g300nh-rb. There is no need to have it built-in as it
    works as a loadable module.
    
    Tested both failsafe and normal boot on tl-wr1043nd-v1.
    buffalo_wzr-hp-g300nh-rb was not tested.
    
    Signed-off-by: Luiz Angelo Daros de Luca <luizluca at gmail.com>
---
 target/linux/ath79/generic/config-default   | 1 -
 target/linux/ath79/image/generic-tp-link.mk | 2 +-
 target/linux/ath79/image/generic.mk         | 1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default
index f160cc8d07..bc619cd9b8 100644
--- a/target/linux/ath79/generic/config-default
+++ b/target/linux/ath79/generic/config-default
@@ -19,7 +19,6 @@ CONFIG_PHY_AR7100_USB=y
 CONFIG_PHY_AR7200_USB=y
 CONFIG_REALTEK_PHY=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
-CONFIG_RTL8366RB_PHY=y
 CONFIG_RTL8366S_PHY=y
 CONFIG_RTL8366_SMI=y
 CONFIG_RTL8367_PHY=y
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
index 6d9ba2cd40..21cbade7cc 100644
--- a/target/linux/ath79/image/generic-tp-link.mk
+++ b/target/linux/ath79/image/generic-tp-link.mk
@@ -682,7 +682,7 @@ define Device/tplink_tl-wr1043nd-v1
   SOC := ar9132
   DEVICE_MODEL := TL-WR1043N/ND
   DEVICE_VARIANT := v1
-  DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
+  DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-switch-rtl8366rb
   TPLINK_HWID := 0x10430001
   SUPPORTED_DEVICES += tl-wr1043nd
 endef
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 8d059f3679..4cc89a4b97 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -581,6 +581,7 @@ TARGET_DEVICES += buffalo_wzr-hp-g300nh-rb
 define Device/buffalo_wzr-hp-g300nh-s
   $(Device/buffalo_wzr-hp-g300nh)
   DEVICE_MODEL := WZR-HP-G300NH (RTL8366S switch)
+  DEVICE_PACKAGES += kmod-switch-rtl8366rb
 endef
 TARGET_DEVICES += buffalo_wzr-hp-g300nh-s
 




More information about the lede-commits mailing list