mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
rtl8812au_aircrack-ng: drop some old versions
This commit is contained in:
parent
34b4ff45eb
commit
3ed81ae826
3 changed files with 0 additions and 108 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST rtl8812au_aircrack-ng-5.6.4.2_p20200118.tar.gz 38983872 BLAKE2B ebce621b519b427fd1930b9bbd8f4efcd30cf80472651f78941b50dcc193936239338ae906d64c7ba8b832185396c631883d79f897147f49ef0c76cac681c3a1 SHA512 1dc731c56d309909ba965bd0394cf10efa07c55ca78a55156cee963801406d2efc2a13620773101aa0afbc5a60726f391346891710b904cffbc0901a5ff4110c
|
||||
DIST rtl8812au_aircrack-ng-5.6.4.2_p20210504.tar.gz 38985946 BLAKE2B d65e42ea23badd978227a2323a021b16204dc8dfac7a1978b23279ff7626f3efcc80da422e4b1e8de1d652bc06619722e63a3d52e39daa64d397572334de736b SHA512 016885dfdc8f38e491cc96c4f126abb86e5eb8b21bb587ea0bb27446b0b147b442c3dbcaaf376f246a787ac5e3f8ac258c9edb15510f7573872ce5c2f189fce8
|
||||
DIST rtl8812au_aircrack-ng-5.6.4.2_p20211108.tar.gz 38986128 BLAKE2B 2afe3ae61e404ca72cadc853a819ab2f83075679cc51df022888497c18d34ec4389df643142e8931bd9afa6d17620a0f9c2499cc8ce3214757920b526ce5e5f4 SHA512 0e8eac11aeb316f9ae76268fc6229a518da0166a016b22d1e2155a4583cd17865cbe95c19f51305f713cf79ca839d8b4c5a38d37263de1a00b1f71f83d510a75
|
||||
|
|
|
|||
|
|
@ -1,53 +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.6.4.2"
|
||||
else
|
||||
HASH_COMMIT="059e06a51be025fde5b2bec6565540b3d9981b0b"
|
||||
SRC_URI="https://github.com/aircrack-ng/rtl8812au/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
S="${WORKDIR}/rtl8812au-${HASH_COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="kernel_linux"
|
||||
|
||||
DEPEND="
|
||||
!!net-wireless/rtl8812au
|
||||
!!net-wireless/rtl8812au_asus
|
||||
!!net-wireless/rtl8812au_astsam"
|
||||
|
||||
# compile against selected (not running) target
|
||||
pkg_setup() {
|
||||
if use kernel_linux; then
|
||||
BUILD_TARGETS="clean modules"
|
||||
MODULE_NAMES="88XXau(misc:)"
|
||||
BUILD_PARAMS="KVER=${KV_FULL} KSRC=${KERNEL_DIR} RTL8814=1 V=1"
|
||||
|
||||
linux-mod_pkg_setup
|
||||
else
|
||||
die "Could not determine proper ${PN} package"
|
||||
fi
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
|
@ -1,53 +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.6.4.2"
|
||||
else
|
||||
HASH_COMMIT="3a64331a1c809bbbc21eca63b825970f213ec5ac"
|
||||
SRC_URI="https://github.com/aircrack-ng/rtl8812au/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
S="${WORKDIR}/rtl8812au-${HASH_COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="kernel_linux"
|
||||
|
||||
DEPEND="
|
||||
!!net-wireless/rtl8812au
|
||||
!!net-wireless/rtl8812au_asus
|
||||
!!net-wireless/rtl8812au_astsam"
|
||||
|
||||
# compile against selected (not running) target
|
||||
pkg_setup() {
|
||||
if use kernel_linux; then
|
||||
BUILD_TARGETS="clean modules"
|
||||
MODULE_NAMES="88XXau(misc:)"
|
||||
BUILD_PARAMS="KVER=${KV_FULL} KSRC=${KERNEL_DIR} RTL8814=1 V=1"
|
||||
|
||||
linux-mod_pkg_setup
|
||||
else
|
||||
die "Could not determine proper ${PN} package"
|
||||
fi
|
||||
}
|
||||
|
||||
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