rtl8812au: drop unused realtek driver

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-29 13:38:20 -04:00
parent c93851c2d2
commit 4e611498e0
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
7 changed files with 0 additions and 175 deletions

View file

@ -1,3 +0,0 @@
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

View file

@ -1,35 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-info linux-mod
ASUS_PV="linux_v${PV}_10143.20140103_ASUS"
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_425_Linux.zip
http://dlcdnet.asus.com/pub/ASUS/wireless/USB-AC56/DR_USB_AC56_425_Linux.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}"/rtl8812AU_${ASUS_PV}
ARCH=x86_64
MODULE_NAMES="8812au(net/wireless:)"
BUILD_TARGETS="clean modules"
src_unpack() {
unpack ${A}
unpack ./DR_USB_AC56_425_Linux/RTL8812AU_${ASUS_PV}.zip
unpack ./RTL8812AU_${ASUS_PV}/driver/rtl8812AU_${ASUS_PV}.tar.gz
}
pkg_setup() {
linux-mod_pkg_setup
kernel_is -gt 3 10 && die "kernel higher then 3.10.0 is not supported by this version"
}

View file

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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"
}

View file

@ -1,21 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-info linux-mod git-r3
#include/rtw_version.h
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="4235b0ec7d7220a6364586d8e25b1e8cb99c36f1"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ARCH=x86_64
MODULE_NAMES="rtl8812au(net/wireless:)"
BUILD_TARGETS="clean modules"

View file

@ -1,22 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-info linux-mod git-r3
DESCRIPTION="Linux kernel driver for rtl8812au USB WiFi chipsets"
HOMEPAGE="https://github.com/mk-fg/rtl8812au"
EGIT_REPO_URI="https://github.com/mk-fg/rtl8812au.git"
EGIT_COMMIT="881375b5e2e0878e7628cc4c705de6fa2ace41ea"
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"

View file

@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-info linux-mod git-r3
#include/rtw_version.h
DESCRIPTION="Linux kernel driver for rtl8812au USB WiFi chipsets"
HOMEPAGE="https://github.com/gordboy/rtl8812au-5.6.4.2"
EGIT_REPO_URI="https://github.com/gordboy/rtl8812au-5.6.4.2.git"
EGIT_COMMIT="49e98ff9bfdbe2ddce843808713de383132002e0"
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"
pkg_setup() {
linux-mod_pkg_setup
#compile against selected (not running) target
BUILD_PARAMS="KVER=${KV_FULL} KSRC=${KERNEL_DIR}"
}

View file

@ -1,31 +0,0 @@
# 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}"
}