[openwrt/openwrt] lantiq: replace kmod-usb3 with kmod-usb-xhci-pci-renesas
LEDE Commits
lede-commits at lists.infradead.org
Sat May 17 11:17:39 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b2d356909d0b6c43d7b5834dae8f11baf84541f5
commit b2d356909d0b6c43d7b5834dae8f11baf84541f5
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Sat May 10 11:19:25 2025 +0800
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 <yangshiji66 at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18768
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 6413dc65be..a86b220369 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
More information about the lede-commits
mailing list