commit: bdf48db3ece65af6815e3a28819b5772ba886bb9 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Mon Jun 19 20:37:26 2023 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Mon Jun 19 20:38:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf48db3
net-wireless/hostapd: moving ax support to 2.10-r1 PR https://github.com/gentoo/gentoo/pull/30697 added wifi 6 support in place, however, just in case of issues I'd like to preserve the original 2.10 and add ax support in a bump Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-wireless/hostapd/{hostapd-2.10.ebuild => hostapd-2.10-r1.ebuild} | 2 +- net-wireless/hostapd/hostapd-2.10.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net-wireless/hostapd/hostapd-2.10.ebuild b/net-wireless/hostapd/hostapd-2.10-r1.ebuild similarity index 99% copy from net-wireless/hostapd/hostapd-2.10.ebuild copy to net-wireless/hostapd/hostapd-2.10-r1.ebuild index 6f98472f8dbc..3f75b8580907 100644 --- a/net-wireless/hostapd/hostapd-2.10.ebuild +++ b/net-wireless/hostapd/hostapd-2.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/net-wireless/hostapd/hostapd-2.10.ebuild b/net-wireless/hostapd/hostapd-2.10.ebuild index 6f98472f8dbc..c9c014c28576 100644 --- a/net-wireless/hostapd/hostapd-2.10.ebuild +++ b/net-wireless/hostapd/hostapd-2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -154,7 +154,6 @@ src_configure() { echo "CONFIG_IEEE80211W=y" >> ${CONFIG} || die echo "CONFIG_IEEE80211N=y" >> ${CONFIG} || die echo "CONFIG_IEEE80211AC=y" >> ${CONFIG} || die - echo "CONFIG_IEEE80211AX=y" >> ${CONFIG} || die echo "CONFIG_OCV=y" >> ${CONFIG} || die echo "CONFIG_PEERKEY=y" >> ${CONFIG} || die echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG} || die
