In order to support SAE/WPA3-Personal in default images. Replace almost
all occurencies of wpad-basic and wpad-mini with wpad-basic-openssl for
consistency. Keep out ar71xx from the list as it won't be in the next
release and would only make backports harder.
Build-tested (build-bot settings):
ath79: generic, ramips: mt7620/mt76x8/rt305x, lantiq: xrx200/xway,
sunxi: a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
[rebase, extend commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit a14f5bb4bd)
[use openssl variant]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
13 lines
250 B
Makefile
13 lines
250 B
Makefile
#
|
|
# Copyright (C) 2012 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=generic
|
|
BOARDNAME:=Texas Instruments AR7 boards
|
|
|
|
DEFAULT_PACKAGES+= kmod-mac80211 kmod-acx-mac80211 wpad-basic-openssl
|
|
|
|
define Target/Description
|
|
Build firmware images for TI AR7 based routers.
|
|
endef
|