diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-18 14:20:16 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-18 14:20:16 -0300 |
commit | 48f31878817b07cabdbad0a2543bcce194be99cb (patch) | |
tree | b65fc9f9315c963891cfdf67fcae190bb29725d4 /libre/vhba-module | |
parent | cce49dc48d9887f877f7e4b806a5243e580f128d (diff) | |
download | abslibre-48f31878817b07cabdbad0a2543bcce194be99cb.tar.gz abslibre-48f31878817b07cabdbad0a2543bcce194be99cb.tar.bz2 abslibre-48f31878817b07cabdbad0a2543bcce194be99cb.zip |
rebuild module packages against linux-libre-4.8.17_gnu-1
Diffstat (limited to 'libre/vhba-module')
-rw-r--r-- | libre/vhba-module/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index 7726c9191..6067999c8 100644 --- a/libre/vhba-module/PKGBUILD +++ b/libre/vhba-module/PKGBUILD @@ -8,7 +8,7 @@ _kernelname= if [[ ${_kernelname} == "" ]]; then - _basekernel=4.9 + _basekernel=4.8 _archrel=5 _parabolarel=1 elif [[ ${_kernelname} == -lts ]]; then |