From 7046d5b5632c3f3dd77b6ef74750024d38639060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Wed, 11 Mar 2020 01:29:18 +0100 Subject: [PATCH] build: remove iwinfo and libiwinfo to save space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The iwinfo utility is not used anywhere, so it can be removed. This saves an additional xy KiB of space in the compressed binary, which allows building our firmware with OpenWRT 19.07.2 for non-LZMA 4 MiB flash devices. Signed-off-by: Fabian Bläse Reviewed-by: Robert Langhammer --- bsp/ar71xx/.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config index 1529445..63e9d84 100644 --- a/bsp/ar71xx/.config +++ b/bsp/ar71xx/.config @@ -98,6 +98,8 @@ CONFIG_CLEAN_IPKG=y # CONFIG_FASTD_ENABLE_METHOD_GENERIC_UMAC is not set # CONFIG_PACKAGE_ALFRED_VIS is not set CONFIG_PACKAGE_hostapd-mini=y +CONFIG_PACKAGE_iwinfo=m +CONFIG_PACKAGE_libiwinfo=m CONFIG_PACKAGE_opkg=m CONFIG_PACKAGE_wpad-mini=m CONFIG_STRIP_KERNEL_EXPORTS=y