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/220-gc_sections.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/220-gc_sections.patch')
-rw-r--r-- | target/linux/generic/hack-4.19/220-gc_sections.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.19/220-gc_sections.patch b/target/linux/generic/hack-4.19/220-gc_sections.patch index eb0d5c8c56..d6fc94646e 100644 --- a/target/linux/generic/hack-4.19/220-gc_sections.patch +++ b/target/linux/generic/hack-4.19/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) -@@ -787,11 +792,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH +@@ -780,11 +785,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once) endif |