summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-09 03:44:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-09 03:44:44 -0300
commita05e81bbbb66cf4bd25500d26cb25305ea3fb813 (patch)
treed0364c416a0b81f7df3e2d5e2a2cb1181cdb93a2
parent1fdf2272044fd9c035938de590ff9bf3fcd2ae9d (diff)
linux-libre-lts-3.14.18_gnu-1: updating version
* Enable modesetting on radeon by default (CONFIG_DRM_RADEON_KMS) -> https://lists.parabolagnulinux.org/pipermail/assist/2014-September/000281.html
-rw-r--r--libre/linux-libre-lts/PKGBUILD10
-rw-r--r--libre/linux-libre-lts/config.i6863
-rw-r--r--libre/linux-libre-lts/config.x86_643
3 files changed, 9 insertions, 7 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD
index ef6d00464..8c6cf6a68 100644
--- a/libre/linux-libre-lts/PKGBUILD
+++ b/libre/linux-libre-lts/PKGBUILD
@@ -9,7 +9,7 @@
pkgbase=linux-libre-lts # Build kernel with -lts localname
_pkgbasever=3.14-gnu
-_pkgver=3.14.17-gnu
+_pkgver=3.14.18-gnu
_replacesarchkernel=('linux%') # '%' gets replaced with _kernelname
_replacesoldkernels=('kernel26%' 'kernel26-libre%') # '%' gets replaced with _kernelname
@@ -18,7 +18,7 @@ _replacesoldmodules=('linux-libre%-kmod-alx') # '%' gets replaced with _kernelna
_srcname=linux-${_pkgbasever%-*}
_archpkgver=${_pkgver%-*}
pkgver=${_pkgver//-/_}
-pkgrel=1.2
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://linux-libre.fsfla.org/"
license=('GPL2')
@@ -39,9 +39,9 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li
# loongson-community patch: http://linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/
'3.14.14-a410a5e2b7-loongson-community.patch')
sha256sums=('477555c709b9407fe37dbd70d3331ff9dde1f9d874aba2741f138d07ae6f281b'
- 'f747eeb343d5105bcd1a1b02ce391c746bccbce62e58394b674fc553be844ccc'
- '2114c304b6a2eb7ed6549cd7162ad2312eac30729b3dd5cb5a50aa55d954cf6a'
- '76ee0a0d4e2eb6f0fd180c72b17ab1afbc77d280a246816997c8300f3ed0e97b'
+ 'e7344442b842212a93737f8ca274f224abb52e8aa138568f2330143f7fba22a6'
+ 'fac409e803e02fd37dece4eacadf387739139be28c93db60400c723ba4ff83de'
+ '5f3aac4a2ed06d4de18fc2965d091c073ef3b5d57c0f4884d20d00f9018e0ba2'
'b053633d23d85972e5a99a83dc93bdab9b8aa1ab8450e98e3b84b46faa669fef'
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
'074b67818582874146c389c029bc43648d145891a27e47aa2c5c42d3571f0264'
diff --git a/libre/linux-libre-lts/config.i686 b/libre/linux-libre-lts/config.i686
index 2cf4c9e55..41057945f 100644
--- a/libre/linux-libre-lts/config.i686
+++ b/libre/linux-libre-lts/config.i686
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.11-gnu-1-lts Kernel Configuration
+# Linux/x86 3.14.18-gnu-1-lts Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -4434,6 +4434,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
+CONFIG_DRM_RADEON_KMS=y
# CONFIG_DRM_RADEON_UMS is not set
CONFIG_DRM_NOUVEAU=m
CONFIG_NOUVEAU_DEBUG=5
diff --git a/libre/linux-libre-lts/config.x86_64 b/libre/linux-libre-lts/config.x86_64
index a98db3b25..767cdcf2d 100644
--- a/libre/linux-libre-lts/config.x86_64
+++ b/libre/linux-libre-lts/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.11-gnu-1-lts Kernel Configuration
+# Linux/x86 3.14.18-gnu-1-lts Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@@ -4301,6 +4301,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
+CONFIG_DRM_RADEON_KMS=y
# CONFIG_DRM_RADEON_UMS is not set
CONFIG_DRM_NOUVEAU=m
CONFIG_NOUVEAU_DEBUG=5