mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
rtl8812au_astsam: doesn't really work great, but it has monitorish mode and injects kinda maybe a little
This commit is contained in:
parent
13adaf6961
commit
d4336a0a4b
1 changed files with 20 additions and 0 deletions
20
net-wireless/rtl8812au_astsam/rtl8812au_astsam-9999.ebuild
Normal file
20
net-wireless/rtl8812au_astsam/rtl8812au_astsam-9999.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit linux-mod git-r3
|
||||
|
||||
DESCRIPTION="Driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter"
|
||||
HOMEPAGE="https://github.com/astsam/rtl8812au"
|
||||
EGIT_REPO_URI="https://github.com/astsam/rtl8812au.git"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
#KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
Loading…
Reference in a new issue