mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
rtl8812au: bump, kernel 5.8 support
This commit is contained in:
parent
e4dcf3be8a
commit
77d2ac0231
2 changed files with 32 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST DR_USB_AC56_425_Linux.zip 12877935 BLAKE2B 6282f5403a5b3281610d34c991e4d701ae8a2cd6c73e9c37f979ca248298149eb33a3d7b037dcf831a3e7a6bf19da8192dc8c6479064b31bf209b4906d7df58b SHA512 8251e020bfea0e85fee065f99be8984914dd76785b7947b4533f3f3e0682bfb9894b19419c5bdea010e1f990c41418531472be611f6487faa964161a1c9f90da
|
||||
DIST DR_USB_AC56_4314_Linux.zip 12331866 BLAKE2B 82498e3863f943de6202984250931913ae97f8e6f652b3876c824c79278fef752c21b4b1bdcd3c6933c3808d103ebe0df6dd2be9a8f0a89c2823e4beefd4b639 SHA512 1737d153368548fb6d3dfd6aae95b5c7263032fe6c87de50bc9cf7fd54e1efd70e261cc2f0cd7dc499d80f0d0a8db35cd9726ca49ed396799941238768cf3814
|
||||
DIST rtl8812au-5.6.4.2_p20200703.tar.gz 2659305 BLAKE2B bfdc8cea0d023de5919b78e3d9933aa82ba0452225e1b3d119768f946a16f1475a371862445de1af4825beea0f583fd4e4dcf53f45febd5d7451fba27df4fdbe SHA512 5ee3c331bb3e7737530a61af9b3f7729a93b640761606fa5f755cbe13f911fcc58a291e30292cdbc307359c309f5eab489d09a7c06d26d8692de587511eebb2f
|
||||
|
|
|
|||
31
net-wireless/rtl8812au/rtl8812au-5.6.4.2_p20200703.ebuild
Normal file
31
net-wireless/rtl8812au/rtl8812au-5.6.4.2_p20200703.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit linux-info linux-mod
|
||||
|
||||
#include/rtw_version.h
|
||||
DESCRIPTION="Linux kernel driver for rtl8812au USB WiFi chipsets"
|
||||
HOMEPAGE="https://github.com/gordboy/rtl8812au-5.6.4.2"
|
||||
HASH_COMMIT="3110ad65d0f03532bd97b1017cae67ca86dd34f6"
|
||||
SRC_URI="https://github.com/gordboy/rtl8812au-5.6.4.2/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
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"
|
||||
|
||||
S="${WORKDIR}/rtl8812au-5.6.4.2-${HASH_COMMIT}"
|
||||
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
#compile against selected (not running) target
|
||||
BUILD_PARAMS="KVER=${KV_FULL} KSRC=${KERNEL_DIR}"
|
||||
}
|
||||
Loading…
Reference in a new issue