summaryrefslogtreecommitdiff
path: root/libre/bbswitch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-04-12 12:26:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-04-12 12:26:15 -0300
commit9898ac95eb533637ef65fcb6906f47eaf1826533 (patch)
treeb981a215fbcc11976dde6dafaf1a17c39707fca7 /libre/bbswitch
parentefce86dd26f0f09886caf34df45dfc16d3068c7d (diff)
rebuild module packages against linux-libre-lts-4.9.21_gnu-1
Diffstat (limited to 'libre/bbswitch')
-rw-r--r--libre/bbswitch/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD
index 7902adc70..912bf1e50 100644
--- a/libre/bbswitch/PKGBUILD
+++ b/libre/bbswitch/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Luke Shumaker <lukeshu@sbcglobal.net>
# Contributor: Márcio Silva <coadde@parabola.nu>
-_kernelname=
+_kernelname=-lts
if [[ ${_kernelname} == "" ]]; then
_basekernel=4.10
@@ -13,7 +13,7 @@ if [[ ${_kernelname} == "" ]]; then
_parabolarel=1
elif [[ ${_kernelname} == -lts ]]; then
_basekernel=4.9
- _archrel=29
+ _archrel=30
_parabolarel=1
fi