aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.19/207-disable-modorder.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-07 14:21:39 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-09 18:30:33 +0200
commit697658e220bcf63d4bae12c20737fbd50a967e65 (patch)
treecd87efc23d3d4a37a4391f56360762207196087f /target/linux/generic/hack-4.19/207-disable-modorder.patch
parentf5acf56483579a846ef554438087a584c7b19a37 (diff)
downloadupstream-697658e220bcf63d4bae12c20737fbd50a967e65.tar.gz
upstream-697658e220bcf63d4bae12c20737fbd50a967e65.tar.bz2
upstream-697658e220bcf63d4bae12c20737fbd50a967e65.zip
kernel: bump 4.19 to 4.19.65
Refreshed all patches. Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.19/207-disable-modorder.patch')
-rw-r--r--target/linux/generic/hack-4.19/207-disable-modorder.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.19/207-disable-modorder.patch b/target/linux/generic/hack-4.19/207-disable-modorder.patch
index f19d36c3de..942c025563 100644
--- a/target/linux/generic/hack-4.19/207-disable-modorder.patch
+++ b/target/linux/generic/hack-4.19/207-disable-modorder.patch
@@ -15,7 +15,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
--- a/Makefile
+++ b/Makefile
-@@ -1225,7 +1225,6 @@ all: modules
+@@ -1226,7 +1226,6 @@ all: modules
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
-@@ -1254,7 +1253,6 @@ _modinst_:
+@@ -1255,7 +1254,6 @@ _modinst_:
rm -f $(MODLIB)/build ; \
ln -s $(CURDIR) $(MODLIB)/build ; \
fi