diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-04 16:31:31 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-05 12:12:59 +0200 |
commit | 66d1c29655a418cc4e83397db66bc90ee31ae8f4 (patch) | |
tree | 6467920d0b03289ccfb2ff67f676419ae9f66cfe /target/linux/generic/hack-4.19/207-disable-modorder.patch | |
parent | df34f29fcc62ee5467dd0c22805889030ae8628c (diff) | |
download | upstream-66d1c29655a418cc4e83397db66bc90ee31ae8f4.tar.gz upstream-66d1c29655a418cc4e83397db66bc90ee31ae8f4.tar.bz2 upstream-66d1c29655a418cc4e83397db66bc90ee31ae8f4.zip |
kernel: bump 4.19 to 4.19.48
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
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.patch | 4 |
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 764ce4d964..7d7b6a8dfb 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 -@@ -1231,7 +1231,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 -@@ -1260,7 +1259,6 @@ _modinst_: +@@ -1253,7 +1252,6 @@ _modinst_: rm -f $(MODLIB)/build ; \ ln -s $(CURDIR) $(MODLIB)/build ; \ fi |