From patchwork Thu Nov 29 18:21:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Remove USB support for tl-mr3020 From: Fabian Blaese X-Patchwork-Id: 959 Message-Id: <20181129182114.68219-1-fabian@blaese.de> To: franken-dev@freifunk.net Date: Thu, 29 Nov 2018 19:21:14 +0100 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 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 43c9537..0e74914 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