From a1f726ecf6b5d3b3d082222d5ab81701cd5bdea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Thu, 15 Dec 2016 21:00:01 +0100 Subject: [PATCH] Bump to 4.9 --- PKGBUILD | 4 ++-- config.x86_64 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e7204d1..8c626c8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=4.9_rc5 +pkgver=4.9 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') @@ -188,7 +188,7 @@ install_sources() { # remove unneeded architectures added by copying Kconfig for i in "$kernsrc"/arch/*; do - [[ "$i" != x86 ]] && rm -rf "$i" + [[ "${i##*/}" != x86 ]] && rm -rf "$i" done # fix permissions diff --git a/config.x86_64 b/config.x86_64 index 08416cc..a43482e 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.9.0-rc4 Kernel Configuration +# Linux/x86 4.9.0 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -4319,6 +4319,7 @@ CONFIG_DVB_RTL2830=m CONFIG_DVB_RTL2832=m CONFIG_DVB_SI2168=m CONFIG_DVB_AS102_FE=m +CONFIG_DVB_GP8PSK_FE=m # # DVB-C (cable) frontends -- GitLab