diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-03-12 07:53:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-03-12 07:53:08 -0500 |
commit | a55a711e19035109f88adb29aaeea9594063d8d8 (patch) | |
tree | 5630dddec5b70ed310a7139593bf198272e6092f /libre/tp_smapi | |
parent | cf070facf30269137549a77c44530b3d86398bcd (diff) | |
download | abslibre-a55a711e19035109f88adb29aaeea9594063d8d8.tar.gz abslibre-a55a711e19035109f88adb29aaeea9594063d8d8.tar.bz2 abslibre-a55a711e19035109f88adb29aaeea9594063d8d8.zip |
bbswitch and tp_smapi: add kernelname lts
Diffstat (limited to 'libre/tp_smapi')
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index d5f14ea2b..a5c6bd4cc 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -10,7 +10,7 @@ # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> # Contributor: Márcio Silva <coadde@parabola.nu> -_kernelname= +_kernelname=-lts if [[ ${_kernelname} == "" ]]; then _basekernel=4.10 |