From d599890efd6c4d83ea83f285862c25e8be6c1a89 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sun, 14 Apr 2019 22:34:52 +0200 Subject: 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 --- target/linux/mpc85xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mpc85xx/Makefile') 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)) -- cgit v1.2.3