openwrt/target/linux/ipq40xx
Christian Lamparter 32e953b821 ipq40xx: fix 4.14 ImageBuilder build woes
Robert Marko reported an issue with the current imagebuilder images:
"Imagebuilder includes the new kmod-usb-dwc3-qcom USB driver
package by default even on 4.14. [...] the current state imagebuilder
can't build images under 4.14 at all as the kmod-usb-dwc3-qcom does
not exist in it so it throws and error and exits."

This patch reverts the Makefile to just kmod-usb-dwc3-of-simple and
once the switch to 4.19 is done. It also removes the
kmod-usb-phy-qcom-dwc3 as they only contain the usb-phy drivers for
the ipq806x generation.

Dynamic switching based on the KERNEL_PATCHVER is possible by using:
   $(if $(filter 4.14,$(KERNEL_PATCHVER)),kmod-usb-dwc3-of-simple,kmod-usb-dwc3-qcom)
though it

Fixes: 13321fa142 ("ipq40xx: Use kmod-usb-dwc3-qcom by default")
Fixes: 6e58fb2c33 ("ipq40xx: kmod-usb-dwc3-of-simple vs kmod-usb-dwc3-qcom")
Reported-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2019-01-05 22:23:10 +01:00
..
base-files ipq40xx: convert to device-tree based USB LED trigger 2018-12-27 14:36:23 +01:00
files-4.14/arch/arm/boot/dts ipq40xx: convert to device-tree based USB LED trigger 2018-12-27 14:36:23 +01:00
files-4.19/arch/arm/boot/dts ipq40xx: convert to device-tree based USB LED trigger 2018-12-27 14:36:23 +01:00
image ipq40xx: NBG6617: add usb-ledtrig-usbport to DEVICE_PACKAGES 2018-12-22 15:08:24 +01:00
patches-4.14 ipq40xx: fix warning triggered by bad interrupt definition 2018-12-27 14:36:23 +01:00
patches-4.19 ipq40xx: fix warning triggered by bad interrupt definition 2018-12-27 14:36:23 +01:00
profiles ipq40xx: add target 2018-03-14 19:04:50 +01:00
config-4.14 kernel: bump 4.14 to 4.14.77 2018-10-19 10:01:57 +02:00
config-4.19 ipq40xx: 4.19: Enable pseudo random number generator 2018-12-27 14:30:45 +01:00
Makefile ipq40xx: fix 4.14 ImageBuilder build woes 2019-01-05 22:23:10 +01:00