Working on fixing patches (4).

This commit is contained in:
Ronald Farrer 2021-08-02 10:05:58 -07:00
parent d1c92fbb29
commit 768d4ca955
2 changed files with 1 additions and 13 deletions

View file

@ -1,12 +0,0 @@
--- a/Makefile 2021-08-02 08:44:57.151695339 -0700
+++ b/Makefile 2021-08-02 09:15:02.030447038 -0700
@@ -2,7 +2,7 @@
VERSION = 5
PATCHLEVEL = 13
SUBLEVEL = 7
-EXTRAVERSION = -gentoo
+EXTRAVERSION = -gentoo-surface
NAME = Opossums on Parade
# *DOCUMENTATION*

View file

@ -32,7 +32,7 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
src_prepare() {
cd "${WORKDIR}/linux-${KV_FULL}"
eapply "${FILESDIR}/Makefile.patch"
sed "s/EXTRAVERSION = -gentoo/EXTRAVERSION = -gentoo-surface/" -i ${WORKDIR}/linux-${KV_FULL}/Makefile"
eapply "${DISTDIR}/0001-surface3-oemb.patch"
eapply "${DISTDIR}/0002-wifi.patch"
eapply "${DISTDIR}/0003-ipts.patch"