mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
rtl8812au_aircrack-ng: bump for kernel 6.3 support
This commit is contained in:
parent
c035eaa111
commit
67998e35db
4 changed files with 16 additions and 5 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST rtl8812au_aircrack-ng-5.6.4.2_p20221222.tar.gz 38983688 BLAKE2B 5dfcdcbe8db0e76c85e10fe730476af456e03de8b314f3e4609766f1b34a77eda76307cc273721bf10494c219e8336a525af1ba7d0babf0af0e511b6eb46a241 SHA512 0d50b1fba90dc2678c2a12e7766dfcc6d3a513c7a028608bb2219beade380fbc2fc3947feb88911256fbd9670a4f50dc65d766506ad33fea49de88a2e52c368c
|
||||
DIST rtl8812au_aircrack-ng-5.6.4.2_p20230501.tar.gz 38974027 BLAKE2B 2032a8c8a30a47b7a80213fb87ea0b5cf79428e3a72be5640cab69b71f7a86cde6de35d3804550d602530da21fb9e1f89792b2440a5159cbecf0988b547813be SHA512 11a38e23bcc2a58c5f5f6f8eade8ec25c0cd5f66ca9fb88d1addcdfbc6dd178ffbaff92cab5d248f85c557d0cf78fc3d5ea7aa83fe129895842f704975268fa4
|
||||
|
|
|
|||
11
net-wireless/rtl8812au_aircrack-ng/metadata.xml
Normal file
11
net-wireless/rtl8812au_aircrack-ng/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sidhayn@gmail.com</email>
|
||||
<name>Zero_Chaos</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">aircrack-ng/rtl8812au</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -0,0 +1 @@
|
|||
rtl8812au_aircrack-ng-9999.ebuild
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -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="e7a4a390ccbdd768411e1b2a8922c47837f76b47"
|
||||
HASH_COMMIT="35308f4dd73e77fa572c48867cce737449dd8548"
|
||||
SRC_URI="https://github.com/aircrack-ng/rtl8812au/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
|
|
@ -25,9 +25,7 @@ SLOT="0"
|
|||
IUSE="kernel_linux"
|
||||
|
||||
DEPEND="
|
||||
!!net-wireless/rtl8812au
|
||||
!!net-wireless/rtl8812au_asus
|
||||
!!net-wireless/rtl8812au_astsam"
|
||||
!!net-wireless/rtl8812au"
|
||||
|
||||
# compile against selected (not running) target
|
||||
pkg_setup() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue