mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
pentoo-wireless: add rtl8812au_astsam because somebody make a deal of it
This commit is contained in:
parent
57aeee64cb
commit
b7102390eb
3 changed files with 22 additions and 3 deletions
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
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"
|
||||
EGIT_COMMIT="86fe67d40ea7f4f60a8f85adb166f7cc0c6b7169"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
|
|
|
|||
|
|
@ -14,9 +14,8 @@ IUSE_VIDEO_CARDS="video_cards_fglrx video_cards_nvidia"
|
|||
IUSE="+b43 cuda gps drivers livecd-stage1 minipentoo opencl +wpe ${IUSE_VIDEO_CARDS}"
|
||||
|
||||
PDEPEND="
|
||||
|| ( net-wireless/hostapd[karma] net-wireless/hostapd[karma_cli] )
|
||||
|| ( net-wireless/hostapd[wpe] net-wireless/hostapd[karma_cli] )
|
||||
net-wireless/aircrack-ng
|
||||
|| ( net-wireless/hostapd[wpe?] net-dialup/freeradius[wpe?] )
|
||||
net-dialup/freeradius
|
||||
net-wireless/kismet
|
||||
net-wireless/rfkill
|
||||
|
|
@ -33,6 +32,7 @@ PDEPEND="
|
|||
b43? ( net-wireless/b43-openfwwf
|
||||
net-wireless/broadcom-firmware-downloader )
|
||||
net-wireless/orinoco-fwutils
|
||||
net-wireless/rtl8812au_astsam
|
||||
)
|
||||
)
|
||||
gps? ( sci-geosciences/gpsd )
|
||||
Loading…
Reference in a new issue