Skip to content
Snippets Groups Projects
Commit 2d7f3fd0 authored by Dominique Martinet's avatar Dominique Martinet Committed by alice
Browse files

main/hostapd: enable 80211ax (wifi 6)

the driver is only used if 'ieee80211ax=1' is explicitly set in the
config.
The default config we install describe options for it, and new devices
now commonly support the feature, so let's enable it.
parent 597fcf20
No related branches found
No related tags found
1 merge request!31568main/hostapd: enable 80211ax (wifi 6)
Pipeline #118835 canceled
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hostapd pkgname=hostapd
pkgver=2.10 pkgver=2.10
pkgrel=0 pkgrel=1
pkgdesc="daemon for wireless software access points" pkgdesc="daemon for wireless software access points"
url="https://w1.fi/hostapd/" url="https://w1.fi/hostapd/"
arch="all" arch="all"
...@@ -53,6 +53,7 @@ prepare() { ...@@ -53,6 +53,7 @@ prepare() {
-e '/^#CONFIG_IEEE80211N=y/s/^#//' \ -e '/^#CONFIG_IEEE80211N=y/s/^#//' \
-e '/^#CONFIG_IEEE80211R=y/s/^#//' \ -e '/^#CONFIG_IEEE80211R=y/s/^#//' \
-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \ -e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
-e '/^#CONFIG_IEEE80211AX=y/s/^#//' \
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \ -e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
-e '/^#CONFIG_LIBNL32=y/s/^#//' \ -e '/^#CONFIG_LIBNL32=y/s/^#//' \
-e '/^#CONFIG_ACS=y/s/^#//' \ -e '/^#CONFIG_ACS=y/s/^#//' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment