From patchwork Sun Mar 15 14:48:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v3,2/5] Replace wpad-mini with hostapd-mini From: Fabian Blaese X-Patchwork-Id: 1301 Message-Id: <20200315144820.141706-3-fabian@blaese.de> To: franken-dev@freifunk.net Cc: Adrian Schmutzler Date: Sun, 15 Mar 2020 15:48:17 +0100 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 --- This patch requires to manually create the station interface in configurehood, so that patch has to be applied first. --- 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