rtl8812au_asus: v20160101 bump

This commit is contained in:
blshkv 2016-05-03 20:07:38 +08:00
parent d00b765fe6
commit 7597547dd1
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -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
#}