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