diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-07 13:10:45 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-08 12:46:02 +0200 |
commit | 778243b3b4c6125fba3f66ae821b46095cc0cc19 (patch) | |
tree | 758fcc35b76b1af98fc4c7bd0f7616ec8a23f2e4 /target/linux/generic/hack-4.14/207-disable-modorder.patch | |
parent | d513f28351872c6b5ff5b902e96526ec970828b5 (diff) | |
download | upstream-778243b3b4c6125fba3f66ae821b46095cc0cc19.tar.gz upstream-778243b3b4c6125fba3f66ae821b46095cc0cc19.tar.bz2 upstream-778243b3b4c6125fba3f66ae821b46095cc0cc19.zip |
kernel: bump 4.14 to 4.14.147
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Compile-tested on: 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.patch | 4 |
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 16b10e76b8..e67393aa5f 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 -@@ -1241,7 +1241,6 @@ all: modules +@@ -1243,7 +1243,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 -@@ -1270,7 +1269,6 @@ _modinst_: +@@ -1272,7 +1271,6 @@ _modinst_: rm -f $(MODLIB)/build ; \ ln -s $(CURDIR) $(MODLIB)/build ; \ fi |