aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.14/207-disable-modorder.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-25 09:18:53 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-26 10:11:21 +0100
commitb4a4d04b919b4a18a03e52a9e6bc18ddd924f554 (patch)
treee2f041be6829e4d983cc3ccb9aeb56e05707ce41 /target/linux/generic/hack-4.14/207-disable-modorder.patch
parent86aeac4fc98f42ac0ce7e0dcf1cb240e16b28f8f (diff)
downloadupstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.tar.gz
upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.tar.bz2
upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.zip
kernel: bump 4.14 to 4.14.222
Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.14/207-disable-modorder.patch')
-rw-r--r--target/linux/generic/hack-4.14/207-disable-modorder.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.14/207-disable-modorder.patch b/target/linux/generic/hack-4.14/207-disable-modorder.patch
index 2b06be7b1d..8ac07d2377 100644
--- a/target/linux/generic/hack-4.14/207-disable-modorder.patch
+++ b/target/linux/generic/hack-4.14/207-disable-modorder.patch
@@ -15,7 +15,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
--- a/Makefile
+++ b/Makefile
-@@ -1254,7 +1254,6 @@ endif
+@@ -1261,7 +1261,6 @@ endif
PHONY += modules
modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin
@@ -23,7 +23,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
@$(kecho) ' Building modules, stage 2.';
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
-@@ -1283,7 +1282,6 @@ _modinst_:
+@@ -1290,7 +1289,6 @@ _modinst_:
rm -f $(MODLIB)/build ; \
ln -s $(CURDIR) $(MODLIB)/build ; \
fi