rtl8812au_aircrack-ng: enable 11r for 5.3.4 branch

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-05-18 22:14:41 -04:00
parent 542652ef69
commit 7c75ba0080
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 0 deletions

View file

@ -38,5 +38,6 @@ pkg_setup() {
src_prepare() {
sed -i 's#CONFIG_80211W = n#CONFIG_80211W = y#' Makefile
sed -i 's#-DCONFIG_IEEE80211W#-DCONFIG_IEEE80211W -DCONFIG_RTW_80211R#' Makefile
default
}

View file

@ -38,5 +38,6 @@ pkg_setup() {
src_prepare() {
sed -i 's#CONFIG_80211W = n#CONFIG_80211W = y#' Makefile
sed -i 's#-DCONFIG_IEEE80211W#-DCONFIG_IEEE80211W -DCONFIG_RTW_80211R#' Makefile
default
}