aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.14/220-gc_sections.patch
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-07-28 16:09:27 +0200
committerDavid Bauer <mail@david-bauer.net>2021-07-28 17:23:36 +0200
commite902d11de96889fc9cf09b5743ebb6dea8ad399c (patch)
tree665de288d25d6a21b091aea30685bf078fad2c86 /target/linux/generic/hack-4.14/220-gc_sections.patch
parentceb8821a3d3356733aafa9cc9430d1b1ab8ace07 (diff)
downloadupstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.tar.gz
upstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.tar.bz2
upstream-e902d11de96889fc9cf09b5743ebb6dea8ad399c.zip
kernel: bump 4.14 to 4.14.241
Refreshed all patches Compile-tested: ath79-generic brcm2708-bcm2708 Run-tested: ath79-generic brcm2708-bcm2708 Signed-off-by: David Bauer <mail@david-bauer.net>
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.patch2
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 fc60001ce4..c91c25dab1 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)
-@@ -786,11 +791,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH
+@@ -785,11 +790,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH
KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once)
endif