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@outlook.com> Link: https://github.com/openwrt/openwrt/pull/18768 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
c1780adbf2
commit
b2d356909d
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue