mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
rtl8812au_aircrack-ng: https://github.com/aircrack-ng/rtl8812au/issues/492
This commit is contained in:
parent
84cc5652a4
commit
4466146ba2
2 changed files with 6 additions and 0 deletions
|
|
@ -39,5 +39,8 @@ 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
|
||||
#these are not 88xxau devices
|
||||
#https://github.com/aircrack-ng/rtl8812au/issues/492
|
||||
sed -i '/0x0115/d' os_dep/linux/usb_intf.c || die
|
||||
default
|
||||
}
|
||||
|
|
@ -45,6 +45,9 @@ pkg_setup() {
|
|||
src_prepare() {
|
||||
sed -i 's#CONFIG_80211W = n#CONFIG_80211W = y#' Makefile || die
|
||||
sed -i 's#-DCONFIG_IEEE80211W#-DCONFIG_IEEE80211W -DCONFIG_RTW_80211R#' Makefile || die
|
||||
#these are not 88xxau devices
|
||||
#https://github.com/aircrack-ng/rtl8812au/issues/492
|
||||
sed -i '/0x0115/d' os_dep/linux/usb_intf.c || die
|
||||
|
||||
default
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue