diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-23 13:40:40 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-28 22:46:17 +0200 |
commit | 88f3c635726525f4da1ac24780ee0d506f18c4b6 (patch) | |
tree | 6d6ab7c2af680838615dc02fe915a916ef2c8b3d /target/linux/generic/patches-4.9/207-disable-modorder.patch | |
parent | eb43a817f7ce2dfe62da2b8c13f85e115d32cdc3 (diff) | |
download | upstream-88f3c635726525f4da1ac24780ee0d506f18c4b6.tar.gz upstream-88f3c635726525f4da1ac24780ee0d506f18c4b6.tar.bz2 upstream-88f3c635726525f4da1ac24780ee0d506f18c4b6.zip |
kernel: update kernel 4.9 to version 4.9.40
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.9/207-disable-modorder.patch')
-rw-r--r-- | target/linux/generic/patches-4.9/207-disable-modorder.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.9/207-disable-modorder.patch b/target/linux/generic/patches-4.9/207-disable-modorder.patch index ca97b77f7e..ad24a8026e 100644 --- a/target/linux/generic/patches-4.9/207-disable-modorder.patch +++ b/target/linux/generic/patches-4.9/207-disable-modorder.patch @@ -5,7 +5,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- --- a/Makefile +++ b/Makefile -@@ -1193,7 +1193,6 @@ all: modules +@@ -1196,7 +1196,6 @@ all: modules PHONY += modules modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin @@ -13,7 +13,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> @$(kecho) ' Building modules, stage 2.'; $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild -@@ -1223,7 +1222,6 @@ _modinst_: +@@ -1226,7 +1225,6 @@ _modinst_: rm -f $(MODLIB)/build ; \ ln -s $(CURDIR) $(MODLIB)/build ; \ fi |