Skip to content

Instantly share code, notes, and snippets.

@andrew-aladev
Created December 2, 2019 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrew-aladev/bdb480229611b1afa51ee6c5aa8876c8 to your computer and use it in GitHub Desktop.
Save andrew-aladev/bdb480229611b1afa51ee6c5aa8876c8 to your computer and use it in GitHub Desktop.
rtl8192eu ebuild
GRUB_CMDLINE_LINUX="module_blacklist=rtl8xxxu"
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-info linux-mod git-r3
DESCRIPTION="Realtek wifi RTL8192EU driver"
HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver"
EGIT_REPO_URI="https://github.com/Mange/rtl8192eu-linux-driver.git"
EGIT_BRANCH="realtek-4.4.x"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
RDEPEND="virtual/linux-sources"
DEPEND="${RDEPEND}"
BUILD_TARGETS="all"
MODULE_NAMES="8192eu(kernel/drivers/net/wireless/realtek/rtlwifi)"
pkg_setup () {
linux-mod_pkg_setup
BUILD_PARAMS="KVER=${KV_FULL}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment