mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
rtl8812au: v5.2.20.2 bump
This commit is contained in:
parent
0f822cf500
commit
6a41fdc658
2 changed files with 8 additions and 12 deletions
|
|
@ -1,26 +1,21 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
inherit linux-info linux-mod git-2
|
||||
inherit linux-info linux-mod git-r3
|
||||
|
||||
#include/rtw_version.h
|
||||
DESCRIPTION="Driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter"
|
||||
HOMEPAGE="https://github.com/abperiasamy/rtl8812AU_8821AU_linux"
|
||||
EGIT_REPO_URI="https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git"
|
||||
EGIT_COMMIT="72594b5560f89e2821fffc38a474d7420df73f45"
|
||||
EGIT_COMMIT="99fbe64d622955bf4a412ef653899226712497f5"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
#IUSE="pax_kernel"
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="rtl8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
|
||||
#src_prepare() {
|
||||
# use pax_kernel && epatch "${FILESDIR}"/rtl8812au_p2014_grsecurity.patch
|
||||
#}
|
||||
|
|
@ -1,14 +1,15 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit linux-info linux-mod git-r3
|
||||
|
||||
#include/rtw_version.h
|
||||
DESCRIPTION="Linux kernel driver for rtl8812au USB WiFi chipsets"
|
||||
HOMEPAGE="https://github.com/gordboy/rtl8812au"
|
||||
EGIT_REPO_URI="https://github.com/gordboy/rtl8812au.git"
|
||||
EGIT_COMMIT="39d56ebc33d0120f6dd2413a935fbe6c2205f6f1"
|
||||
EGIT_COMMIT="6faa3eaf8916667cb7f4ab59923b3608e6ab7b18"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
Loading…
Reference in a new issue