From 87bbed130660c135c0564d824e4ded7feb70c126 Mon Sep 17 00:00:00 2001 From: Fabian Blaese Date: Thu, 29 Nov 2018 19:21:14 +0100 Subject: [PATCH] Remove USB support for tl-mr3020 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit USB support is removed because of very limited flash. This allows building for tl-mr3020 again. USB support has no known use case for this firmware. Most usb devices would require additional drivers anyway. Signed-off-by: Fabian Bläse Reviewed-by: Adrian Schmutzler --- bsp/ar71xx/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config index 43c9537f..0e749146 100644 --- a/bsp/ar71xx/.config +++ b/bsp/ar71xx/.config @@ -15,7 +15,7 @@ CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_cpe210-220-v1="" CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_cpe510-520-v1=y CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_cpe510-520-v1="" CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_tl-mr3020-v1=y -CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_tl-mr3020-v1="-uboot-envtools" +CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_tl-mr3020-v1="-uboot-envtools -kmod-usb-core -kmod-usb2 -kmod-usb-ledtrig-usbport" CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_tl-wa850re-v1=y CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_tl-wa850re-v1="" CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_tl-wa860re-v1=y