aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.14/220-gc_sections.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-25 09:18:53 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-02-26 10:11:21 +0100
commitb4a4d04b919b4a18a03e52a9e6bc18ddd924f554 (patch)
treee2f041be6829e4d983cc3ccb9aeb56e05707ce41 /target/linux/generic/hack-4.14/220-gc_sections.patch
parent86aeac4fc98f42ac0ce7e0dcf1cb240e16b28f8f (diff)
downloadupstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.tar.gz
upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.tar.bz2
upstream-b4a4d04b919b4a18a03e52a9e6bc18ddd924f554.zip
kernel: bump 4.14 to 4.14.222
Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 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.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 fbf49aba90..7f5072c071 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)
-@@ -779,11 +784,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH
+@@ -786,11 +791,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH
KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once)
endif