diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-04-12 12:26:15 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-04-12 12:26:15 -0300 |
commit | 9898ac95eb533637ef65fcb6906f47eaf1826533 (patch) | |
tree | b981a215fbcc11976dde6dafaf1a17c39707fca7 /libre/bbswitch | |
parent | efce86dd26f0f09886caf34df45dfc16d3068c7d (diff) | |
download | abslibre-9898ac95eb533637ef65fcb6906f47eaf1826533.tar.gz abslibre-9898ac95eb533637ef65fcb6906f47eaf1826533.tar.bz2 abslibre-9898ac95eb533637ef65fcb6906f47eaf1826533.zip |
rebuild module packages against linux-libre-lts-4.9.21_gnu-1
Diffstat (limited to 'libre/bbswitch')
-rw-r--r-- | libre/bbswitch/PKGBUILD | 4 |
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 |