mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
rtl8812au_aircrack-ng: compile against correct target
This commit is contained in:
parent
e36c9bee0b
commit
ecfac5cc81
2 changed files with 15 additions and 3 deletions
|
|
@ -19,8 +19,14 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="!!net-wireless/rtl8812au_astsam"
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
|
||||
DEPEND="!!net-wireless/rtl8812au_astsam"
|
||||
#compile against selected (not running) target
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
BUILD_PARAMS="KVER=${KV_FULL}"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -14,8 +14,14 @@ SLOT="0"
|
|||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="!!net-wireless/rtl8812au_astsam"
|
||||
|
||||
ARCH=x86_64
|
||||
MODULE_NAMES="8812au(net/wireless:)"
|
||||
BUILD_TARGETS="clean modules"
|
||||
|
||||
DEPEND="!!net-wireless/rtl8812au_astsam"
|
||||
#compile against selected (not running) target
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
BUILD_PARAMS="KVER=${KV_FULL}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue