diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-18 18:05:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-19 19:40:09 +0200 |
commit | af2a435d240c3969b55a5c48a429a4184faa3941 (patch) | |
tree | f12c1f7055c3f92d0ec4f9583cb96ac33926f779 /target/linux/patches/4.1.39/cleankernel.patch | |
parent | df940cfc9ea35b7f547297a98f4abda6e5b6a9a2 (diff) |
linux: update 4.1.x to 4.1.39 including rt-patch
Diffstat (limited to 'target/linux/patches/4.1.39/cleankernel.patch')
-rw-r--r-- | target/linux/patches/4.1.39/cleankernel.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/4.1.39/cleankernel.patch b/target/linux/patches/4.1.39/cleankernel.patch new file mode 100644 index 000000000..59693f426 --- /dev/null +++ b/target/linux/patches/4.1.39/cleankernel.patch @@ -0,0 +1,11 @@ +diff -Nur linux-4.1.10.orig/scripts/Makefile.headersinst linux-4.1.10/scripts/Makefile.headersinst +--- linux-4.1.10.orig/scripts/Makefile.headersinst 2015-10-03 13:49:38.000000000 +0200 ++++ linux-4.1.10/scripts/Makefile.headersinst 2015-10-15 11:23:35.000000000 +0200 +@@ -107,7 +107,6 @@ + + targets += $(install-file) + $(install-file): scripts/headers_install.sh $(input-files1) $(input-files2) $(input-files3) FORCE +- $(if $(unwanted),$(call cmd,remove),) + $(if $(wildcard $(dir $@)),,$(shell mkdir -p $(dir $@))) + $(call if_changed,install) + |