Files
@ b76950b7cff3
Branch filter:
Location: portage-overlay.git/net-wireless/rtl8812au/rtl8812au-9999.ebuild - annotation
b76950b7cff3
632 B
application/vnd.gentoo.ebuild
add sys-fs/vmfs-tools to tree (taken from ssnb's overlay)
35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 35146beca671 | # Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit linux-info linux-mod git-r3
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="c33ddb05a77741d2a9c9b974ad0cf0fa26d17b6e"
LICENSE="GPL-2"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
IUSE=""
MODULE_NAMES="rtl8812au(net/wireless:)"
BUILD_TARGETS="clean modules"
src_prepare() {
epatch "${FILESDIR}"/${P}_nowarnerrors.patch
default
}
|