diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-07 14:25:32 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-09 18:34:08 +0200 |
commit | 89808e211cd5ef5989bd0becb8cd45f9340610ff (patch) | |
tree | 5738386e1e58342939164b8dc5ddc7562e4fbb47 /target/linux/generic/hack-4.14/220-gc_sections.patch | |
parent | 349714a4912be971a4bf42147a0779b254cc16ba (diff) | |
download | upstream-89808e211cd5ef5989bd0becb8cd45f9340610ff.tar.gz upstream-89808e211cd5ef5989bd0becb8cd45f9340610ff.tar.bz2 upstream-89808e211cd5ef5989bd0becb8cd45f9340610ff.zip |
kernel: bump 4.14 to 4.14.137
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.14/220-gc_sections.patch')
-rw-r--r-- | target/linux/generic/hack-4.14/220-gc_sections.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.14/220-gc_sections.patch b/target/linux/generic/hack-4.14/220-gc_sections.patch index d257232403..7d791eb451 100644 --- a/target/linux/generic/hack-4.14/220-gc_sections.patch +++ b/target/linux/generic/hack-4.14/220-gc_sections.patch @@ -33,7 +33,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> # Read KERNELRELEASE from include/config/kernel.release (if it exists) KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null) KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION) -@@ -788,11 +793,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH +@@ -789,11 +794,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once) endif |