mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
rtl8812au_aircrack-ng: v20180309 bump
This commit is contained in:
parent
55aee95937
commit
0fb28940e5
1 changed files with 32 additions and 0 deletions
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit linux-mod git-r3
|
||||
|
||||
DESCRIPTION="RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection"
|
||||
HOMEPAGE="https://github.com/aircrack-ng/rtl8812au"
|
||||
EGIT_REPO_URI="https://github.com/aircrack-ng/rtl8812au.git"
|
||||
EGIT_COMMIT="06d23f2287e1ea1a776953f344c88e96c848776e"
|
||||
EGIT_BRANCH="v5.1.5"
|
||||
|
||||
#/include/rtw_version.h
|
||||
#DRIVERVERSION "v5.1.5_19247.20160830"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="!!net-wireless/rtl8812au_astsam"
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
|
||||
#compile against selected (not running) target
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
BUILD_PARAMS="KVER=${KV_FULL}"
|
||||
}
|
||||
Loading…
Reference in a new issue