mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
rtl8812au_aircrack-ng: bump and cleanup
This commit is contained in:
parent
ed95016488
commit
fc750023ed
5 changed files with 3 additions and 94 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST rtl8812au_aircrack-ng-5.2.20_p20191030.tar.gz 22618814 BLAKE2B 0f26290f301de78422688630d73f4df8b834144d2b6c4f5726ad5b3886d83b20ef59d455b74746c0b060bd08192203795ef8df4a266a9e57f8bb66b75a73dc98 SHA512 dbbba612ad2cea40d823d14c1902b4488578afe83af3b80102ec3f0d068e2e52de35f9c44fa58dbc3b4cb74bdcdafbdef3738e88628feb1463e1f32f4f86fcaa
|
||||
DIST rtl8812au_aircrack-ng-5.3.4_p20191030.tar.gz 3291910 BLAKE2B f5dece797688df634c228de2cd3d69a4a495a7923793ab0473ba018a8c25a2331939766f3ee5f7103187b85ba1e643eabbe10e02af57ce9cdeb350172d21aa6b SHA512 e661858a3d2745973185687c13003afeaabd086667734080f2f93b80d023a09e807a8a9ec9945c3dbd5191f4bbcfafa4434ba90c2ade523f6f99aa6d20def11d
|
||||
DIST rtl8812au_aircrack-ng-5.6.4.2_p20200519.tar.gz 39186561 BLAKE2B 66c96e33ec7be60beaf7656c0552872bc3c629dc5485df18833c80b86a3c8120b250897abac55443e62615cc76ff6c01b81ea334175c5f1bebe35ba359dc3ea1 SHA512 22cd954c08cb70e8d64cb934be960e8254eef520d0ab33809fae27b7f92f9b603c41063a8be35931c10efd0ee9da0e10d8a32b25981df43057b1aff639f1a6b5
|
||||
DIST rtl8812au_aircrack-ng-5.6.4.2_p20200816.tar.gz 38979318 BLAKE2B f4fa41911717021bc83eb6ac65216a6fe7da8a4c2f68b80d4f0b2f8bc19d2d1c20bd2fddcbc761fd05d0ae00c5d98d71e838450b3c28fe4ad2996dab4160fca3 SHA512 a1851169ce19f578d4df8b69956ac029e16f901b6409f43e6081d26f161b593eb8f62907bfd2aa5ac50a739f05b7c5f9d793e36c45950e5bb03508612968410c
|
||||
|
|
|
|||
|
|
@ -1,46 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit linux-mod
|
||||
|
||||
DESCRIPTION="RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection"
|
||||
HOMEPAGE="https://github.com/aircrack-ng/rtl8812au"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/aircrack-ng/rtl8812au.git"
|
||||
EGIT_BRANCH="v5.2.20"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
COMMIT="c7e1ce2ed3ce18927eb9c45a85e812c3ba4e51d2"
|
||||
SRC_URI="https://github.com/aircrack-ng/rtl8812au/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/rtl8812au-${COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="kernel_linux"
|
||||
|
||||
DEPEND="!!net-wireless/rtl8812au_astsam
|
||||
!!net-wireless/rtl8812au
|
||||
!!net-wireless/rtl8812au_asus"
|
||||
|
||||
BUILD_TARGETS="clean modules"
|
||||
MODULE_NAMES="88XXau(misc:)"
|
||||
|
||||
#compile against selected (not running) target
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
BUILD_PARAMS="KVER=${KV_FULL} KSRC=${KERNEL_DIR} RTL8814=1"
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit linux-mod
|
||||
|
||||
DESCRIPTION="RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection"
|
||||
HOMEPAGE="https://github.com/aircrack-ng/rtl8812au"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/aircrack-ng/rtl8812au.git"
|
||||
EGIT_BRANCH="v5.3.4"
|
||||
else
|
||||
KEYWORDS=""
|
||||
COMMIT="1887e5cbf772cd248a005eb687a5fd867fee41db"
|
||||
SRC_URI="https://github.com/aircrack-ng/rtl8812au/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/rtl8812au-${COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="kernel_linux"
|
||||
|
||||
DEPEND="!!net-wireless/rtl8812au_astsam
|
||||
!!net-wireless/rtl8812au
|
||||
!!net-wireless/rtl8812au_asus"
|
||||
|
||||
BUILD_TARGETS="clean modules"
|
||||
MODULE_NAMES="88XXau(misc:)"
|
||||
|
||||
#compile against selected (not running) target
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
BUILD_PARAMS="KVER=${KV_FULL} KSRC=${KERNEL_DIR} RTL8814=1 V=1"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i 's#CONFIG_80211W = n#CONFIG_80211W = y#' Makefile
|
||||
sed -i 's#-DCONFIG_IEEE80211W#-DCONFIG_IEEE80211W -DCONFIG_RTW_80211R#' Makefile
|
||||
default
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
|
|||
EGIT_REPO_URI="https://github.com/aircrack-ng/rtl8812au.git"
|
||||
EGIT_BRANCH="v5.6.4.2"
|
||||
else
|
||||
HASH_COMMIT="fc0194c1d90453bf4943089ca237159ef19a7374"
|
||||
HASH_COMMIT="f4d84c9655b2f5cb13526000269220d4dbaf8009"
|
||||
SRC_URI="https://github.com/aircrack-ng/rtl8812au/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
|
|||
EGIT_REPO_URI="https://github.com/aircrack-ng/rtl8812au.git"
|
||||
EGIT_BRANCH="v5.6.4.2"
|
||||
else
|
||||
HASH_COMMIT="c2fd51ad82af369529c9c3960f7d56c6f949793a"
|
||||
HASH_COMMIT="f4d84c9655b2f5cb13526000269220d4dbaf8009"
|
||||
SRC_URI="https://github.com/aircrack-ng/rtl8812au/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue