From: Shiji Yang Date: Sat, 10 May 2025 03:19:35 +0000 (+0800) Subject: mvebu: replace kmod-usb3 with kmod-usb-xhci-pci-renesas X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6822d598061018f0e5186c6b53bae664212e93b;p=thirdparty%2Fopenwrt.git mvebu: replace kmod-usb3 with kmod-usb-xhci-pci-renesas The dependency of kmod-usb3 and kmod-usb-xhci-pci-renesas have been reversed. Now we need to select kmod-usb-xhci-pci-renesas instead of kmod-usb3. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/18768 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk index 5430ae34576..72d7f9dc2ae 100644 --- a/target/linux/mvebu/image/cortexa9.mk +++ b/target/linux/mvebu/image/cortexa9.mk @@ -72,9 +72,9 @@ define Device/buffalo_ls421de KERNEL_INITRAMFS := kernel-bin | append-dtb | uImage none DEVICE_DTS := armada-370-buffalo-ls421de DEVICE_PACKAGES := \ - kmod-rtc-rs5c372a kmod-hwmon-gpiofan kmod-hwmon-drivetemp kmod-usb3 \ - kmod-linkstation-poweroff kmod-md-raid0 kmod-md-raid1 kmod-md-mod \ - kmod-fs-xfs mkf2fs e2fsprogs partx-utils + kmod-rtc-rs5c372a kmod-hwmon-gpiofan kmod-hwmon-drivetemp \ + kmod-usb-xhci-pci-renesas kmod-linkstation-poweroff kmod-md-raid0 \ + kmod-md-raid1 kmod-md-mod kmod-fs-xfs mkf2fs e2fsprogs partx-utils endef TARGET_DEVICES += buffalo_ls421de @@ -91,7 +91,7 @@ define Device/ctera_c200-v2 KERNEL_SUFFIX := -factory.firm DEVICE_PACKAGES := \ kmod-gpio-button-hotplug kmod-hwmon-drivetemp kmod-hwmon-nct7802 \ - kmod-rtc-s35390a kmod-usb3 kmod-usb-ledtrig-usbport + kmod-rtc-s35390a kmod-usb-xhci-pci-renesas kmod-usb-ledtrig-usbport IMAGES := sysupgrade.bin endef TARGET_DEVICES += ctera_c200-v2 @@ -209,7 +209,8 @@ TARGET_DEVICES += iij_sa-w2 define Device/iptime_nas1dual DEVICE_VENDOR := ipTIME DEVICE_MODEL := NAS1dual - DEVICE_PACKAGES := kmod-hwmon-drivetemp kmod-hwmon-gpiofan kmod-usb3 + DEVICE_PACKAGES := kmod-hwmon-drivetemp kmod-hwmon-gpiofan \ + kmod-usb-xhci-pci-renesas SOC := armada-385 KERNEL := kernel-bin | append-dtb | iptime-naspkg nas1dual KERNEL_SIZE := 6144k