diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-07 14:21:39 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-09 18:30:33 +0200 |
commit | 697658e220bcf63d4bae12c20737fbd50a967e65 (patch) | |
tree | cd87efc23d3d4a37a4391f56360762207196087f /target/linux/generic/hack-4.19/220-gc_sections.patch | |
parent | f5acf56483579a846ef554438087a584c7b19a37 (diff) | |
download | upstream-697658e220bcf63d4bae12c20737fbd50a967e65.tar.gz upstream-697658e220bcf63d4bae12c20737fbd50a967e65.tar.bz2 upstream-697658e220bcf63d4bae12c20737fbd50a967e65.zip |
kernel: bump 4.19 to 4.19.65
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.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 1ca2899099..77422e821b 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) -@@ -781,11 +786,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH +@@ -782,11 +787,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once) endif |