diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-09 05:27:06 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-09 05:27:06 -0200 |
commit | 8d0c36f165b7b5d4a3a1dbc9be8653c5f94feb80 (patch) | |
tree | cca422e91b6eea1d5831d2557e02a35544c0e4b6 /libre/linux-libre/PKGBUILD | |
parent | 19067a90ba401aed3c176c0e17a47893311f74d5 (diff) | |
download | abslibre-8d0c36f165b7b5d4a3a1dbc9be8653c5f94feb80.tar.gz abslibre-8d0c36f165b7b5d4a3a1dbc9be8653c5f94feb80.tar.bz2 abslibre-8d0c36f165b7b5d4a3a1dbc9be8653c5f94feb80.zip |
linux-libre-3.6.1-1: updating version
Diffstat (limited to 'libre/linux-libre/PKGBUILD')
-rwxr-xr-x | libre/linux-libre/PKGBUILD | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index fb714f0d2..142b4d4e8 100755 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -9,11 +9,11 @@ pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name -_basekernel=3.5 -_sublevel=5 +_basekernel=3.6 +_sublevel=1 pkgver=${_basekernel}.${_sublevel} -pkgrel=1.1 -_lxopkgver=${_basekernel}.5 # nearly always the same as pkgver +pkgrel=1 +_lxopkgver=${_basekernel}.0 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -42,9 +42,6 @@ md5sums=('2407fc9563a74acaf38aa0c06516eb1c' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' '9d3c56a4b999c8bfbd4018089a62f662' - 'c1d58e712112cf8f95e7831012a1e67a' - 'ae13ed1e92bba07e9b17cf5c8d89683c' - 'ff4a203dd52e4dfb5d60948bb667d06d' '06a9984f1138ce63098f40543e581127') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. @@ -65,14 +62,6 @@ build() { # Add freedo as boot logo patch -Np1 -i "${srcdir}/boot-logo.patch" - # fix broken watchdog - # https://bugzilla.kernel.org/show_bug.cgi?id=44991 - patch -Np1 -i "${srcdir}/watchdog-3.5.x.patch" - - # fix i915 i2c crash - # https://bugzilla.kernel.org/show_bug.cgi?id=46381 - patch -Np1 -i "${srcdir}/i915-i2c-crash-3.5.x.patch" - # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param) # remove this when a Kconfig knob is made available by upstream # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227) |