From 2184d226ad491734a255637a7bb7ec58214aa488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Sun, 5 Jan 2020 21:54:55 +0100 Subject: [PATCH] Replace wpad-mini with hostapd-mini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A wpa_supplicant is not necessary for our firmware, because it does not connect to encrypted WiFi networks. Therefore it is possible to use the smaller hostapd-mini instead of the combined wpad-mini packages. Some user might use an unsupported setup, where an encrypted wifi is used for wan uplink. This is not possible anymore. Signed-off-by: Fabian Bläse Reviewed-by: Adrian Schmutzler Reviewed-by: Robert Langhammer --- bsp/ar71xx/.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config index a2254d1..4ea9bcd 100644 --- a/bsp/ar71xx/.config +++ b/bsp/ar71xx/.config @@ -97,6 +97,8 @@ CONFIG_CLEAN_IPKG=y # CONFIG_FASTD_ENABLE_METHOD_GENERIC_GMAC is not set # CONFIG_FASTD_ENABLE_METHOD_GENERIC_UMAC is not set # CONFIG_PACKAGE_ALFRED_VIS is not set +CONFIG_PACKAGE_hostapd-mini=y CONFIG_PACKAGE_opkg=m +CONFIG_PACKAGE_wpad-mini=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512