diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-02-15 15:01:33 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-02-15 16:22:37 +0100 |
commit | c4a6851c7276084137d91a91ab598e5109452961 (patch) | |
tree | f35050020987c479d3ca236a924d2746c9c5743d /target/linux/generic/hack-4.14/207-disable-modorder.patch | |
parent | f8b849103dfe1b21a6462837efc9460ca3cca02d (diff) | |
download | upstream-c4a6851c7276084137d91a91ab598e5109452961.tar.gz upstream-c4a6851c7276084137d91a91ab598e5109452961.tar.bz2 upstream-c4a6851c7276084137d91a91ab598e5109452961.zip |
kernel: bump 4.14 to 4.14.221
Refreshed all patches.
Remove upstreamed hunk in:
- 302-dts-support-layerscape.patch
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.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 0cfb4d33ec..2b06be7b1d 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 -@@ -1260,7 +1260,6 @@ endif +@@ -1254,7 +1254,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 -@@ -1289,7 +1288,6 @@ _modinst_: +@@ -1283,7 +1282,6 @@ _modinst_: rm -f $(MODLIB)/build ; \ ln -s $(CURDIR) $(MODLIB)/build ; \ fi |