summaryrefslogtreecommitdiff
path: root/kernels
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-24 07:40:01 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-24 07:40:01 -0200
commitc44d804198844d48f482ed545e5fefff52f7f4b7 (patch)
tree8a45f1025b6f23a345c267f82d1c2897eb9eb8d3 /kernels
parent5b2e761fffd066df1b93c032deccc6e4e8a141cd (diff)
downloadabslibre-c44d804198844d48f482ed545e5fefff52f7f4b7.tar.gz
abslibre-c44d804198844d48f482ed545e5fefff52f7f4b7.tar.bz2
abslibre-c44d804198844d48f482ed545e5fefff52f7f4b7.zip
linux-libre-lts-rt-3.0.57-1_rt81: updating version
Diffstat (limited to 'kernels')
-rwxr-xr-xkernels/linux-libre-lts-rt/PKGBUILD12
-rwxr-xr-xkernels/linux-libre-lts-rt/linux-libre-lts-rt.install2
2 files changed, 7 insertions, 7 deletions
diff --git a/kernels/linux-libre-lts-rt/PKGBUILD b/kernels/linux-libre-lts-rt/PKGBUILD
index b426568ed..77103aa6a 100755
--- a/kernels/linux-libre-lts-rt/PKGBUILD
+++ b/kernels/linux-libre-lts-rt/PKGBUILD
@@ -11,12 +11,12 @@
pkgbase=linux-libre-lts-rt # Build stock -LIBRE-LTS-RT kernel
#pkgbase=linux-libre-custom # Build kernel with a different name
_basekernel=3.0
-_releasever=52
-_rtpatchver=rt76
+_releasever=57
+_rtpatchver=rt81
_pkgver=${_basekernel}.${_releasever}
pkgver=${_basekernel}.${_releasever}_${_rtpatchver}
pkgrel=1
-_lxopkgver=${_basekernel}.52 # nearly always the same as pkgver
+_lxopkgver=${_basekernel}.57 # nearly always the same as pkgver
arch=('i686' 'x86_64' 'mips64el')
url="http://linux-libre.fsfla.org/"
license=('GPL2')
@@ -39,8 +39,8 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn
'module-init-wait-3.0.patch'
"http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2")
md5sums=('5f64180fe7df4e574dac5911b78f5067'
- '41adc30b96b745f08899317da83f7eaa'
- 'a2b53a39e1a4b4103f91609b3d285591'
+ 'b26d37a0fa9cf5024810996f3117361c'
+ '3835632b05a079b2618bb6f0f2c2a1ac'
'7266f5e7af09cc6e4b15d7a952e3b350'
'5387f0cf51652c071190789569adf9c7'
'85f04a9555bdc295f7c387a6564f0c81'
@@ -52,7 +52,7 @@ md5sums=('5f64180fe7df4e574dac5911b78f5067'
'f36222e7ce20c8e4dc27376f9be60f6c'
'670931649c60fcb3ef2e0119ed532bd4'
'8a71abc4224f575008f974a099b5cf6f'
- 'ecf9d21d2d6dfbc29dc18b616cbce4e1')
+ '21f93138b6d4410b095cc9998f89e47d')
if [ "$CARCH" != "mips64el" ]; then
# Don't use the Loongson-specific patches on non-mips64el arches.
unset source[${#source[@]}-1]
diff --git a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
index 98e85eeaf..5d71acad7 100755
--- a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
+++ b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-lts-rt
-KERNEL_VERSION=3.0.52-1-rt76-LIBRE-LTS-RT
+KERNEL_VERSION=3.0.57-1-rt81-LIBRE-LTS-RT
# set a sane PATH to ensure that critical utils like depmod will be found
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'