From patchwork Fri Jan 10 14:02:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: bsp: remove rssileds packages for TP-Link WA850RE v1 From: Adrian Schmutzler X-Patchwork-Id: 1267 Message-Id: <20200110140231.1428-1-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Fri, 10 Jan 2020 15:02:31 +0100 The TP-Link WA850RE v1 is the only 4 MB flash device that has rssileds selected by default. Since we are disabling that anyway, let's just remove the package for this device to save some space. Signed-off-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 fc765821..03ed36a8 100644 --- a/bsp/ar71xx/.config +++ b/bsp/ar71xx/.config @@ -27,7 +27,7 @@ CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_gl-ar150="" CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_tl-mr3020-v1=y 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="-uboot-envtools" +CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_tl-wa850re-v1="-uboot-envtools -rssileds" CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_tl-wa860re-v1=y CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_tiny_DEVICE_tl-wa860re-v1="-uboot-envtools" CONFIG_TARGET_DEVICE_ar71xx_tiny_DEVICE_tl-wa901nd-v2=y