diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-10-05 23:07:22 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-10-05 23:07:22 (GMT) |
commit | 713f54202af8b61e0b84e70805bd58c11dd40a9a (patch) | |
tree | 85d7176559a47452ebe9167ac2f0278316565419 | |
parent | 50ea25a17ac72da857c9ca47118b4853216a630b (diff) | |
download | linhes_pkgbuild-713f54202af8b61e0b84e70805bd58c11dd40a9a.zip linhes_pkgbuild-713f54202af8b61e0b84e70805bd58c11dd40a9a.tar.gz linhes_pkgbuild-713f54202af8b61e0b84e70805bd58c11dd40a9a.tar.bz2 |
linux: update to 3.18.22
-rw-r--r-- | abs/core/linux/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/core/linux/config.x86_64 | 1 | ||||
-rw-r--r-- | abs/core/linux/linux.install.pkg | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/abs/core/linux/PKGBUILD b/abs/core/linux/PKGBUILD index 901f265..2a4c690 100644 --- a/abs/core/linux/PKGBUILD +++ b/abs/core/linux/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=linux # Build stock -ARCH kernel #pkgbase=linux-custom # Build kernel with a different name _srcname=linux-3.18 -pkgver=3.18.14 +pkgver=3.18.22 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/" @@ -295,8 +295,8 @@ done # vim:set ts=8 sts=2 sw=2 et: md5sums=('9e854df51ca3fef8bfe566dbd7b89241' - '92994dfdfd9787db3c0f845c3bc18e51' + '04e193d2b3f4d8e3524422534ffe27f2' 'ed1d392d9feb77674e7a71c3eda060e6' - 'c2d4e432167a2bbd43ad09e07fc73e1e' + 'ce7ffe528b5920dc1e8b3d7229a66639' 'eb14dcfd80c00852ef81ded6e826826a' 'df7fceae6ee5d7e7be7b60ecd7f6bb35') diff --git a/abs/core/linux/config.x86_64 b/abs/core/linux/config.x86_64 index 895756e..e7efb1a 100644 --- a/abs/core/linux/config.x86_64 +++ b/abs/core/linux/config.x86_64 @@ -4834,6 +4834,7 @@ CONFIG_HID_LCPOWER=m CONFIG_HID_LENOVO=m CONFIG_HID_LOGITECH=m CONFIG_HID_LOGITECH_DJ=m +CONFIG_HID_LOGITECH_HIDPP=m CONFIG_LOGITECH_FF=y CONFIG_LOGIRUMBLEPAD2_FF=y CONFIG_LOGIG940_FF=y diff --git a/abs/core/linux/linux.install.pkg b/abs/core/linux/linux.install.pkg index 804bd1d..fa5ccff 100644 --- a/abs/core/linux/linux.install.pkg +++ b/abs/core/linux/linux.install.pkg @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.18.14-1-ARCH +KERNEL_VERSION=3.18.22-1-ARCH post_install () { # updating module dependencies |