summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralyptik2017-04-13 01:46:19 -1000
committeralyptik2017-04-13 01:47:57 -1000
commit4473f1197189d0d93f61413d42a4aee77a91b639 (patch)
tree0c7c9aeb281a405654c86074e1c6c05dbf00cb24
parentb5ecb1d720b49ce01706d59455068b9d86e688ec (diff)
downloadaur-4473f1197189d0d93f61413d42a4aee77a91b639.tar.gz
Remove wifi.patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cb93ef1907b..a8be0db23189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-surfacepro3-rt
pkgver = 4.9.20
- pkgrel = 2.27
+ pkgrel = 2.3
url = https://github.com/alyptik/linux-surfacepro3-rt
arch = i686
arch = x86_64
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"