diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-29 13:02:18 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-02 12:59:26 +0200 |
commit | 08802d93e2c1362f7b3b0e7ee43cea910568fe7a (patch) | |
tree | 896b0d861ee5b8fe01d9a3b8a5b13bfa170fc9b9 /target/linux/generic/hack-4.19/220-gc_sections.patch | |
parent | b765f4be407ca407c8f446a0970aab8e7e93bffb (diff) | |
download | upstream-08802d93e2c1362f7b3b0e7ee43cea910568fe7a.tar.gz upstream-08802d93e2c1362f7b3b0e7ee43cea910568fe7a.tar.bz2 upstream-08802d93e2c1362f7b3b0e7ee43cea910568fe7a.zip |
kernel: bump 4.19 to 4.19.37
Refreshed all patches.
Altered patches:
- 150-bridge_allow_receiption_on_disabled_port.patch
- 201-extra_optimization.patch
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 2d0de9d8d3..eb0d5c8c56 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) -@@ -788,11 +793,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH +@@ -787,11 +792,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once) endif |