immortalwrt/target/linux/ar7/generic/target.mk
Petr Štetiar f0522b7b59
treewide: use wpad-basic-openssl as default
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>
2022-05-26 19:34:39 +08:00

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