openwrt/package/network/services/hostapd
Adrian Schmutzler 2788db3d38 hostapd: reorganize config selection hierarchy for WPA3
The current selection of DRIVER_MAKEOPTS and TARGET_LDFLAGS is
exceptionally hard to read. This tries to make things a little
easier by inverting the hierarchy of the conditions, so SSL_VARIANT
is checked first and LOCAL_VARIANT is checked second.

This exploits the fact that some of the previous conditions were
unnecessary, e.g. there is no hostapd-mesh*, so we don't need
to exclude this combination.

It also should make it a little easier to see which options are
actually switched by SSL_VARIANT and which by LOCAL_VARIANT.

The patch is supposed to be cosmetic. However, the improvement
for readers and the maintained consistency with master qualify
this for backporting.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit c4dd7fc23b)
2020-08-10 00:05:20 +02:00
..
files hostapd: cleanup IBSS-RSN 2020-01-16 17:32:02 +02:00
patches hostapd: backport wolfssl bignum fixes 2020-05-25 16:01:29 +01:00
src hostapd: Update to version 2.8 (2019-04-21) 2019-11-14 20:59:58 +01:00
Config.in hostapd: adjust removed wolfssl options 2019-11-14 20:59:58 +01:00
Makefile hostapd: reorganize config selection hierarchy for WPA3 2020-08-10 00:05:20 +02:00