[openwrt/openwrt] qualcommbe: ipq95xx: Add USB3 kmods and drop NSS-DP unneeded package

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 10 06:01:24 PDT 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e272eb4dbfbd7cbf347493840132ea88384762f1

commit e272eb4dbfbd7cbf347493840132ea88384762f1
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Jan 29 21:34:41 2025 +0100

    qualcommbe: ipq95xx: Add USB3 kmods and drop NSS-DP unneeded package
    
    Add USB3 kmods to the default package list, USB3 correctly works on
    IPQ95xx hence it can be enabled.
    
    While at it drop the NSS-DP as it was added by mistake as the ethrnet
    platform is handled differently on this SoC with pending upstream
    drivers.
    
    Link: https://github.com/openwrt/openwrt/pull/17788
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/qualcommbe/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/qualcommbe/Makefile b/target/linux/qualcommbe/Makefile
index 4456a8aae7..4fd7be5e33 100644
--- a/target/linux/qualcommbe/Makefile
+++ b/target/linux/qualcommbe/Makefile
@@ -12,8 +12,8 @@ KERNEL_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += \
+	kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \
 	kmod-leds-gpio kmod-gpio-button-hotplug \
-	kmod-qca-nss-dp \
 	wpad-basic-mbedtls uboot-envtools \
 	e2fsprogs kmod-fs-ext4 losetup
 




More information about the lede-commits mailing list