[PATCH v3 2/5] Replace wpad-mini with hostapd-mini

Fabian Bläse fabian at blaese.de
So Mär 15 15:48:17 CET 2020


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 <fabian at blaese.de>
Reviewed-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
Reviewed-by: Robert Langhammer <rlanghammer at web.de>
---
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
-- 
2.25.1



Mehr Informationen über die Mailingliste franken-dev