mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
rtl8812au: bump random versions from trusted sources
This commit is contained in:
parent
81bb298941
commit
1bd8f7a3c0
4 changed files with 63 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST DR_USB_AC56_425_Linux.zip 12877935 SHA256 03597a4eb0ca25adbb73e5b087562d70befb19e0a1e8725caad0373aa74fba65 SHA512 8251e020bfea0e85fee065f99be8984914dd76785b7947b4533f3f3e0682bfb9894b19419c5bdea010e1f990c41418531472be611f6487faa964161a1c9f90da WHIRLPOOL a62126ab567d2856026305d892b10c62ee222fcb3c2a5fc952f1c4d49220a2bd8c862fb2f69afcff23db997bff347eee6f7eb09e0e5164102667b3146f6e834c
|
||||
DIST DR_USB_AC56_425_Linux.zip 12877935 BLAKE2B 6282f5403a5b3281610d34c991e4d701ae8a2cd6c73e9c37f979ca248298149eb33a3d7b037dcf831a3e7a6bf19da8192dc8c6479064b31bf209b4906d7df58b SHA512 8251e020bfea0e85fee065f99be8984914dd76785b7947b4533f3f3e0682bfb9894b19419c5bdea010e1f990c41418531472be611f6487faa964161a1c9f90da
|
||||
DIST DR_USB_AC56_4314_Linux.zip 12331866 BLAKE2B 82498e3863f943de6202984250931913ae97f8e6f652b3876c824c79278fef752c21b4b1bdcd3c6933c3808d103ebe0df6dd2be9a8f0a89c2823e4beefd4b639 SHA512 1737d153368548fb6d3dfd6aae95b5c7263032fe6c87de50bc9cf7fd54e1efd70e261cc2f0cd7dc499d80f0d0a8db35cd9726ca49ed396799941238768cf3814
|
||||
|
|
|
|||
38
net-wireless/rtl8812au/rtl8812au-4.3.1.4.ebuild
Normal file
38
net-wireless/rtl8812au/rtl8812au-4.3.1.4.ebuild
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit linux-info linux-mod
|
||||
|
||||
ASUS_PV="linux_v4.3.13_14061.20150505"
|
||||
|
||||
DESCRIPTION="Driver for the ASUS USB AC56 (801.11ac) wireless adapter"
|
||||
HOMEPAGE="http://www.asus.com/Networking/USBAC56/"
|
||||
SRC_URI="http://dlm3cdnet.asus.com/pub/ASUS/wireless/USB-AC56/DR_USB_AC56_4314_Linux.zip
|
||||
http://dlcdnet.asus.com/pub/ASUS/wireless/USB-AC56/DR_USB_AC56_4314_Linux.zip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
unpack ./RTL8812AU_${ASUS_PV}/driver/rtl8812AU_${ASUS_PV}.tar.gz
|
||||
}
|
||||
|
||||
S="${WORKDIR}"/rtl8812AU_${ASUS_PV}
|
||||
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
kernel_is -gt 3 18 && die "kernel higher then 3.18.0 is not supported by this version"
|
||||
}
|
||||
|
||||
#src_prepare() {
|
||||
# use pax_kernel && epatch "${FILESDIR}"/rtl8812au_grsecurity.patch
|
||||
#}
|
||||
|
|
@ -9,7 +9,7 @@ inherit linux-info linux-mod git-2
|
|||
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="b018b446fb0729fa659e7eead475d6c13f192642"
|
||||
EGIT_COMMIT="72594b5560f89e2821fffc38a474d7420df73f45"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
22
net-wireless/rtl8812au/rtl8812au-5.2.20_p20180516.ebuild
Normal file
22
net-wireless/rtl8812au/rtl8812au-5.2.20_p20180516.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit linux-info linux-mod git-r3
|
||||
|
||||
DESCRIPTION="Linux kernel driver for rtl8812au USB WiFi chipsets"
|
||||
HOMEPAGE="https://github.com/gordboy/rtl8812au"
|
||||
EGIT_REPO_URI="https://github.com/gordboy/rtl8812au.git"
|
||||
EGIT_COMMIT="39d56ebc33d0120f6dd2413a935fbe6c2205f6f1"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
DEPEND="!!net-wireless/rtl8812au_astsam
|
||||
!!net-wireless/rtl8812au_aircrack-ng"
|
||||
Loading…
Reference in a new issue