diff options
author | Stijn Segers <foss@volatilesystems.org> | 2018-03-15 22:00:08 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-17 22:15:38 +0100 |
commit | 9899ffcfd35120f7a4aa1d401b85653e56b775b0 (patch) | |
tree | 6dc392a24cab58309b4727e8b6fde0aef9a9a0a3 /target/linux/generic/hack-4.14/207-disable-modorder.patch | |
parent | 895ea64a761699dc29373b6d45a854dde4e08e1c (diff) | |
download | upstream-9899ffcfd35120f7a4aa1d401b85653e56b775b0.tar.gz upstream-9899ffcfd35120f7a4aa1d401b85653e56b775b0.tar.bz2 upstream-9899ffcfd35120f7a4aa1d401b85653e56b775b0.zip |
kernel: bump 4.14 to 4.14.27
* Refreshed patches.
* Deleted 812-pci-dwc-fix-enumeration.patch (was accepted upstream)
Compile-tested: ramips/mt7621, x86/64
Run-tested: ramips/mt7621, x86/64
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
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 a6b0f67602..8f817f32a7 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 -@@ -1213,7 +1213,6 @@ all: modules +@@ -1224,7 +1224,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 -@@ -1242,7 +1241,6 @@ _modinst_: +@@ -1253,7 +1252,6 @@ _modinst_: rm -f $(MODLIB)/build ; \ ln -s $(CURDIR) $(MODLIB)/build ; \ fi |