net-wireless/rtl8192eu: Change KSRC variable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
Aleksandr Batyuk 2021-11-12 18:45:21 +06:00
parent c0c5127c81
commit ffe51b50f1
No known key found for this signature in database
GPG Key ID: 75E471338CBCABFC

View File

@ -22,3 +22,9 @@ BUILD_TARGETS="all"
CONFIG_CHECK="~!RTL8XXXU" CONFIG_CHECK="~!RTL8XXXU"
ERROR_RTL8XXXU="The RTL8XXXXU module is enabled in the kernel; it conflicts with this module." ERROR_RTL8XXXU="The RTL8XXXXU module is enabled in the kernel; it conflicts with this module."
pkg_setup() {
linux-mod_pkg_setup
BUILD_PARAMS="KSRC=${KERNEL_DIR}"
}