mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:47:17 +08:00
17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
#
|
|
# Chakra GNU/Linux Buildscript Config file
|
|
#
|
|
# Mainline Kernel group
|
|
#
|
|
# These are the "basic variables" appliable for the normal kernel group
|
|
|
|
_kernelname="-CHAKRA"
|
|
_kernelver=4.8.6
|
|
_basekernel=4.8
|
|
|
|
_extramodules=extramodules-${_basekernel}${_kernelname}
|
|
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
|
|
|
# Fetch from ndiswrapper-lts/PKGBUILD
|
|
_rootOfSourceTree=/usr/lib/modules/${_kver}/build/
|