summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarna Csorogi2019-11-05 09:58:45 +0100
committerBarna Csorogi2019-11-05 09:58:45 +0100
commitca458b7b160e68c6906966fa99c79a5634ef88b0 (patch)
treed7c14ffbf8e0118fc55c3b7e1fd6518feea9cbcd
parent956479451764cb97cf24547b0edb27bdcff422c6 (diff)
downloadaur-ca458b7b160e68c6906966fa99c79a5634ef88b0.tar.gz
update to 4.16.18
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8290d1dbdf7..a20109bc1d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-galliumos
- pkgver = 4.14.14
+ pkgver = 4.16.18
pkgrel = 1
url = http://www.kernel.org/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = linux-galliumos
makedepends = git
makedepends = libelf
options = !strip
- source = git+https://github.com/GalliumOS/linux.git#branch=v4.14.14-galliumos
+ source = git+https://github.com/GalliumOS/linux.git#branch=v4.16.18-galliumos
source = linux-galliumos.preset
sha256sums = SKIP
sha256sums = 2c8a0e7bea719c82005fd7158a4a7ca344b7af5a37fedce44b9fda488a9116c2
diff --git a/PKGBUILD b/PKGBUILD
index 18a291064c9d..7fba0a1faa74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=linux-galliumos
_srcname=linux
-pkgver=4.14.14
+pkgver=4.16.18
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -26,7 +26,7 @@ _kernelname=${pkgbase#linux}
prepare() {
cd "${_srcname}"
- bash galliumos/diffs/apply_all.sh
+ bash galliumos/bin/apply_patches
cp galliumos/config .config
@@ -184,14 +184,6 @@ _package-headers() {
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/net/mac80211/"
cp net/mac80211/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/net/mac80211/"
- # add dvb headers for external modules
- # in reference to:
- # http://bugs.archlinux.org/task/9912
- mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/media/dvb-core"
- cp drivers/media/dvb-core/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/media/dvb-core/"
- # and...
- # http://bugs.archlinux.org/task/11194
-
# add dvb headers for http://mcentral.de/hg/~mrec/em28xx-new
# in reference to:
# http://bugs.archlinux.org/task/13146