diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-11 18:22:19 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-12 15:04:09 +0200 |
commit | f2f7cc67e546c6f93a821d25b18c095996a27547 (patch) | |
tree | 41ab76fd1d5a1271915dae6dfeb433cc51586947 /target/linux/generic/hack-4.9 | |
parent | 04b45d3a31fac45c472ad3c31d98268d1c309763 (diff) | |
download | upstream-f2f7cc67e546c6f93a821d25b18c095996a27547.tar.gz upstream-f2f7cc67e546c6f93a821d25b18c095996a27547.tar.bz2 upstream-f2f7cc67e546c6f93a821d25b18c095996a27547.zip |
kernel: bump 4.9 to 4.9.181
Refreshed all patches.
Compile-tested on: ar7
Runtime-tested on: none
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.9')
-rw-r--r-- | target/linux/generic/hack-4.9/220-gc_sections.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.9/220-gc_sections.patch b/target/linux/generic/hack-4.9/220-gc_sections.patch index 732e38aaf0..945220ea06 100644 --- a/target/linux/generic/hack-4.9/220-gc_sections.patch +++ b/target/linux/generic/hack-4.9/220-gc_sections.patch @@ -22,7 +22,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> --- a/Makefile +++ b/Makefile @@ -401,6 +401,11 @@ KBUILD_CFLAGS_MODULE := -DMODULE - KBUILD_LDFLAGS_MODULE = -T $(srctree)/scripts/module-common.lds $(if $(CONFIG_PROFILING),,-s) + KBUILD_LDFLAGS_MODULE := -T $(srctree)/scripts/module-common.lds GCC_PLUGINS_CFLAGS := +ifdef CONFIG_LD_DEAD_CODE_DATA_ELIMINATION |