summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9157784d9725..c20f119363fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -94,9 +94,7 @@ _kernelname=${pkgbase#linux}
prepare() {
cd "${srcdir}/${_srcname}"
- ### Add upstream patch ### fix https://bugzilla.kernel.org/show_bug.cgi?id=189851
- msg "Fix https://bugzilla.kernel.org/show_bug.cgi?id=189851"
- patch -p1 -i "${srcdir}/net_handle_no_dst_on_skb_in_icmp6_send.patch"
+ ### Add upstream patch
msg "Add upstream patch"
patch -Np1 -i "${srcdir}/patch-${_pkgver}"