From b2d356909d0b6c43d7b5834dae8f11baf84541f5 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sat, 10 May 2025 11:19:25 +0800 Subject: [PATCH] lantiq: 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 --- target/linux/lantiq/image/vr9.mk | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk index 6413dc65beb..a86b2203698 100644 --- a/target/linux/lantiq/image/vr9.mk +++ b/target/linux/lantiq/image/vr9.mk @@ -158,8 +158,8 @@ define Device/avm_fritz3490 DEVICE_VARIANT := Other NAND KERNEL_SIZE := 4096k IMAGE_SIZE := 49152k - DEVICE_PACKAGES := kmod-usb3 fritz-tffs xrx200-rev1.1-phy11g-firmware \ - xrx200-rev1.2-phy11g-firmware -kmod-owl-loader + DEVICE_PACKAGES := kmod-usb-xhci-pci-renesas fritz-tffs \ + xrx200-rev1.1-phy11g-firmware xrx200-rev1.2-phy11g-firmware -kmod-owl-loader endef TARGET_DEVICES += avm_fritz3490 @@ -171,8 +171,8 @@ define Device/avm_fritz3490-micron DEVICE_VARIANT := Micron NAND KERNEL_SIZE := 4096k IMAGE_SIZE := 49152k - DEVICE_PACKAGES := kmod-usb3 fritz-tffs xrx200-rev1.1-phy11g-firmware \ - xrx200-rev1.2-phy11g-firmware -kmod-owl-loader + DEVICE_PACKAGES := kmod-usb-xhci-pci-renesas fritz-tffs \ + xrx200-rev1.1-phy11g-firmware xrx200-rev1.2-phy11g-firmware -kmod-owl-loader endef TARGET_DEVICES += avm_fritz3490-micron @@ -186,8 +186,8 @@ define Device/avm_fritz5490 DEVICE_VARIANT := Other NAND KERNEL_SIZE := 4096k IMAGE_SIZE := 49152k - DEVICE_PACKAGES := kmod-dsa-qca8k kmod-phy-qca83xx kmod-usb3 fritz-tffs \ - xrx200-rev1.1-phy11g-firmware xrx200-rev1.2-phy11g-firmware \ + DEVICE_PACKAGES := kmod-dsa-qca8k kmod-phy-qca83xx kmod-usb-xhci-pci-renesas \ + fritz-tffs xrx200-rev1.1-phy11g-firmware xrx200-rev1.2-phy11g-firmware \ -ltq-vdsl-vr9-vectoring-fw-installer -kmod-ltq-vdsl-vr9-mei \ -kmod-ltq-vdsl-vr9 -kmod-ltq-atm-vr9 -kmod-ltq-ptm-vr9 \ -ltq-vdsl-vr9-app -kmod-owl-loader \ @@ -205,8 +205,8 @@ define Device/avm_fritz5490-micron DEVICE_VARIANT := Micron NAND KERNEL_SIZE := 4096k IMAGE_SIZE := 49152k - DEVICE_PACKAGES := kmod-dsa-qca8k kmod-phy-qca83xx kmod-usb3 fritz-tffs \ - xrx200-rev1.1-phy11g-firmware xrx200-rev1.2-phy11g-firmware \ + DEVICE_PACKAGES := kmod-dsa-qca8k kmod-phy-qca83xx kmod-usb-xhci-pci-renesas \ + fritz-tffs xrx200-rev1.1-phy11g-firmware xrx200-rev1.2-phy11g-firmware \ -ltq-vdsl-vr9-vectoring-fw-installer -kmod-ltq-vdsl-vr9-mei \ -kmod-ltq-vdsl-vr9 -kmod-ltq-atm-vr9 -kmod-ltq-ptm-vr9 \ -ltq-vdsl-vr9-app -kmod-owl-loader \ @@ -286,8 +286,8 @@ define Device/avm_fritz7490 DEVICE_VARIANT := Other NAND KERNEL_SIZE := 4096k IMAGE_SIZE := 49152k - DEVICE_PACKAGES := kmod-usb3 fritz-tffs xrx200-rev1.1-phy11g-firmware \ - xrx200-rev1.2-phy11g-firmware -kmod-owl-loader + DEVICE_PACKAGES := kmod-usb-xhci-pci-renesas fritz-tffs \ + xrx200-rev1.1-phy11g-firmware xrx200-rev1.2-phy11g-firmware -kmod-owl-loader endef TARGET_DEVICES += avm_fritz7490 @@ -299,8 +299,8 @@ define Device/avm_fritz7490-micron DEVICE_VARIANT := Micron NAND KERNEL_SIZE := 4096k IMAGE_SIZE := 49152k - DEVICE_PACKAGES := kmod-usb3 fritz-tffs xrx200-rev1.1-phy11g-firmware \ - xrx200-rev1.2-phy11g-firmware -kmod-owl-loader + DEVICE_PACKAGES := kmod-usb-xhci-pci-renesas fritz-tffs \ + xrx200-rev1.1-phy11g-firmware xrx200-rev1.2-phy11g-firmware -kmod-owl-loader endef TARGET_DEVICES += avm_fritz7490-micron