diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-03-12 07:22:26 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-03-12 07:22:26 -0500 |
commit | 741b148e1961468073acbfd2d835e8ce71b1058a (patch) | |
tree | a692f131f77cdf79d9a917323f507545198a6679 | |
parent | cc7e6d0b86769a6dfe165315bbd225a8dcba3e77 (diff) | |
download | abslibre-741b148e1961468073acbfd2d835e8ce71b1058a.tar.gz abslibre-741b148e1961468073acbfd2d835e8ce71b1058a.tar.bz2 abslibre-741b148e1961468073acbfd2d835e8ce71b1058a.zip |
rebuild module packages against linux-libre-4.10.1_gnu-1
-rw-r--r-- | libre/bbswitch/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 2c2ff169d..606e2967e 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -5,11 +5,11 @@ # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> # Contributor: Márcio Silva <coadde@parabola.nu> -_kernelname=-lts +_kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.9 - _archrel=63 + _basekernel=4.10 + _archrel=64 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then _basekernel=4.4 |