mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 19:01:09 +02:00
rtl8812au_asus: v20160101 bump
This commit is contained in:
parent
d00b765fe6
commit
7597547dd1
1 changed files with 26 additions and 0 deletions
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit linux-info linux-mod git-2
|
||||
|
||||
DESCRIPTION="Linux kernel module for ASUS USB-AC56"
|
||||
HOMEPAGE="https://github.com/codeworkx/rtl8812au_asus/commits/master"
|
||||
EGIT_REPO_URI="https://github.com/codeworkx/rtl8812au_asus.git"
|
||||
EGIT_COMMIT="ca337ee95a5310fbd9c645bdb9a6d5fbe5af7919"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
#IUSE="pax_kernel"
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
|
||||
#src_prepare() {
|
||||
# use pax_kernel && epatch "${FILESDIR}"/rtl8812au_p2014_grsecurity.patch
|
||||
#}
|
||||
Loading…
Reference in a new issue