summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dfab62ea0f6..759efc7a0b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=linux-surfacepro3-rt
_srcname=linux-4.9.20
pkgver=${_srcname#linux-}
_rtver=rt16
-pkgrel=2.27
+pkgrel=2.3
arch=('i686' 'x86_64')
url="https://github.com/alyptik/linux-surfacepro3-rt"
license=('GPL2')
@@ -96,9 +96,6 @@ prepare() {
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
patch -p1 -i "${srcdir}/change-default-console-loglevel.patch"
- # This patch disables some wireless optimisations which cause trouble on Surface devices.
- patch -p1 -i "${srcdir}/wifi.patch"
-
# These patches work around buggy hardware implementations
# in the surface pro 3 touchscreen module.
patch -p1 -i "${srcdir}/touchscreen_multitouch_fixes1.patch"