diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-04-14 22:34:52 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-04-15 00:20:56 +0200 |
commit | d599890efd6c4d83ea83f285862c25e8be6c1a89 (patch) | |
tree | 78bdea672453152e1deafa3136b805ab38e1c09b /target/linux/mpc85xx | |
parent | 324e94f31bfdcf9c2245303434b087b306de0262 (diff) | |
download | upstream-d599890efd6c4d83ea83f285862c25e8be6c1a89.tar.gz upstream-d599890efd6c4d83ea83f285862c25e8be6c1a89.tar.bz2 upstream-d599890efd6c4d83ea83f285862c25e8be6c1a89.zip |
layerscape: unbreak ehci-fsl interaction with mpc85xx
Both targets have their own idea of how to use ehci-fsl.
This patch reverts part of commit
68b8d3b0796d ("kernel: usb: add FSL EHCI package") and moves
ehci-fsl back into kmod-usb2, while also making it hopefully
useable for the mpc85xx target.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 02fdc2f53d..e08b00ab8e 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -22,6 +22,6 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \ - kmod-leds-gpio swconfig kmod-ath9k wpad-basic kmod-usb2-fsl + kmod-leds-gpio swconfig kmod-ath9k wpad-basic kmod-usb2 $(eval $(call BuildTarget)) |