From patchwork Wed Mar 11 17:11:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [2/5] Replace wpad-mini with hostapd-mini From: Fabian Blaese X-Patchwork-Id: 1282 Message-Id: <20200311171105.3558036-3-fabian@blaese.de> To: franken-dev@freifunk.net Date: Wed, 11 Mar 2020 18:11:02 +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. 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 43cb74c..eaf5ea4 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