diff options
author | Yanase Yuki <dev@zpc.sakura.ne.jp> | 2023-05-31 16:28:31 +0900 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2023-06-08 15:33:14 +0200 |
commit | ea11b6ea03dff0abca0e4c65265928d86105f6c9 (patch) | |
tree | ee4a500e2aeda816edb726f9d64787d0cc6b6573 | |
parent | 1e4f9db13836de5eea0cb2e6c90c04331a4cabbe (diff) | |
download | upstream-ea11b6ea03dff0abca0e4c65265928d86105f6c9.tar.gz upstream-ea11b6ea03dff0abca0e4c65265928d86105f6c9.tar.bz2 upstream-ea11b6ea03dff0abca0e4c65265928d86105f6c9.zip |
ipq806x: use new package name for NEC WG2600HP3
commit 0c45ad41e15e2255 changes ipq806x usb kmod name
from usb-phy-qcom-dwc3 to phy-qcom-ipq806x-usb, so
use new name.
Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
(cherry picked from commit 93147443502e61d0a824406bef13b0b9fe250f71)
-rw-r--r-- | target/linux/ipq806x/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/generic.mk b/target/linux/ipq806x/image/generic.mk index b83999dd00..aac0a2c8fa 100644 --- a/target/linux/ipq806x/image/generic.mk +++ b/target/linux/ipq806x/image/generic.mk @@ -245,7 +245,7 @@ define Device/nec_wg2600hp3 pad-rootfs | append-metadata DEVICE_PACKAGES := -kmod-ata-ahci -kmod-ata-ahci-platform \ -kmod-usb-ohci -kmod-usb2 -kmod-usb-ledtrig-usbport \ - -kmod-usb-phy-qcom-dwc3 -kmod-usb3 -kmod-usb-dwc3-qcom \ + -kmod-phy-qcom-ipq806x-usb -kmod-usb3 -kmod-usb-dwc3-qcom \ ath10k-firmware-qca9984-ct endef TARGET_DEVICES += nec_wg2600hp3 |