From 10ec966f7ba7471a8af437c317cdcc5ef8865e8d Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 18 Oct 2018 11:30:27 +0200 Subject: gemini: Break out USB to packages This creates a new kernel package for the fotg210 host controller and uses that with the gemini to shrink the kernel. The SQ201 needs the USB2 PCI package as well. The build system required me to make kernel_oldconfig beofore it would build without errors so some minor unrelated Kconfig entries are changed. Signed-off-by: Linus Walleij --- target/linux/gemini/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/gemini/Makefile') diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 4b46bc23a1..3204b3f5d8 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -24,6 +24,8 @@ KERNELNAME:=zImage dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ + kmod-usb-core kmod-usb-fotg210 \ + kmod-usb-ledtrig-usbport \ kmod-leds-gpio kmod-led-trig-heartbeat \ kmod-gpio-button-hotplug -- cgit v1.2.3