diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-12-23 20:28:29 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-27 14:36:23 +0100 |
commit | 6e58fb2c33e6f4d74331a12ee78baae79941d3c6 (patch) | |
tree | 6789297c410aac585a7911c7188b0de56ae107d9 | |
parent | a5ac9030ed37e769511d75e25d0bc720e1d94fb5 (diff) | |
download | upstream-6e58fb2c33e6f4d74331a12ee78baae79941d3c6.tar.gz upstream-6e58fb2c33e6f4d74331a12ee78baae79941d3c6.tar.bz2 upstream-6e58fb2c33e6f4d74331a12ee78baae79941d3c6.zip |
ipq40xx: kmod-usb-dwc3-of-simple vs kmod-usb-dwc3-qcom
Robert Marko <robimarko@gmail.com> noted in
"ipq40xx: Use kmod-usb-dwc3-qcom by default":
| Since 4.18 we cant use DWC3 OF Simple anymore so we
| have to use kmod-usb-dwc3-qcom.
This patch adds a TODO right next to the KERNEL_PATCHVER so
it will be picked up when moving to 4.19.
I would also like to point out:
All users/devs that are compiling their own images from source
and have a existing 4.14 config and want to switch to 4.19:
Please drop kmod-usb-dwc3-of-simple and add kmod-usb-dwc3-qcom
module package. Otherwise, the USB port on your router will no
longer work.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
-rw-r--r-- | target/linux/ipq40xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 4ebaa91f57..4813ad2425 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,6 +8,7 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin <john@phrozen.org> +# TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19 KERNEL_PATCHVER:=4.14 KERNELNAME:=zImage Image dtbs |