openwrt/target/linux
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
..
adm5120
adm8668
apm821xx apm821xx: MBL: fix kernel/apollo3g.dtb artifact build 2019-01-05 22:09:08 +01:00
ar7
ar71xx build: move seama commands to image-commands.mk 2018-12-30 20:08:13 +01:00
arc770
archs38
armvirt
at91
ath25
ath79 ath79: add support for devolo WiFi pro 1200i 2019-01-05 21:55:22 +01:00
au1000
bcm53xx
brcm47xx brcm47xx: add support for the kernel 4.19 2018-12-27 22:12:15 +01:00
brcm63xx brcm63xx: remove broken DSP platform device code 2018-12-30 13:22:13 +01:00
brcm2708
cns3xxx
gemini
generic kernel: mtd: add support for EN25QH64 in spi-nor.c 2019-01-02 22:12:19 +01:00
imx6
ipq40xx ipq40xx: fix 4.14 ImageBuilder build woes 2019-01-05 22:23:10 +01:00
ipq806x ipq806x: add support for Buffalo WXR-2533DHP 2019-01-01 16:39:59 +01:00
ixp4xx
kirkwood
lantiq
layerscape
malta
mcs814x
mediatek
mpc85xx mpc85xx: add kernel 4.19 support 2019-01-05 22:09:08 +01:00
mvebu
mxs
octeon
octeontx
omap
omap24xx
orion
oxnas
pistachio
ppc40x
ppc44x
ramips ramips: cleanup the RB750Gr3 support 2019-01-05 12:28:22 +01:00
rb532
samsung
sunxi
uml
x86 x86: enable kmod-bnx2 on 64-bit by default 2019-01-02 22:12:19 +01:00
xburst
zynq
Makefile