mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-05 06:54:34 +01:00
rtl8812au: bump, kernel 5.3 support
This commit is contained in:
parent
7669d487bf
commit
a350c5e9fa
1 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ 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="6faa3eaf8916667cb7f4ab59923b3608e6ab7b18"
|
||||
EGIT_COMMIT="30d47a0a3f43ccb19e8fd59fe93d74a955147bf2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
@ -21,3 +21,9 @@ 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}"
|
||||
}
|
||||
Loading…
Reference in a new issue