diff options
| author | Christian Marangi | 2025-01-29 20:34:41 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-04-10 13:01:09 +0000 |
| commit | e272eb4dbfbd7cbf347493840132ea88384762f1 (patch) | |
| tree | 092eed38ba524c9e9cd6b6d999372703cecaedcd | |
| parent | c21aaa7ec6aeaee29c1329bb34c793eeb5dafb3f (diff) | |
| download | openwrt-e272eb4dbfbd7cbf347493840132ea88384762f1.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/qualcommbe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |