Files
guru/net-wireless/rtl8192eu/rtl8192eu-0_pre20200818.ebuild
Aleksandr Batyuk a0f7611218 net-wireless/rtl8192eu: Fix driver startup traps
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
2020-08-24 15:58:20 +06:00

25 lines
710 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod
COMMIT="6d2705d8023c25b43f845298e707252fd813e68e"
DESCRIPTION="Realtek 8192EU driver module for Linux kernel"
HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver"
SRC_URI="https://github.com/Mange/rtl8192eu-linux-driver/archive/${COMMIT}.tar.gz -> rtl8192eu-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
DEPEND="virtual/linux-sources"
S="${WORKDIR}/rtl8192eu-linux-driver-${COMMIT}"
MODULE_NAMES="8192eu(net/wireless)"
BUILD_TARGETS="all"
CONFIG_CHECK="~!RTL8XXXU"
ERROR_RTL8XXXU="The RTL8XXXXU module is enabled in the kernel; it conflicts with this module."