diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-07-31 22:40:30 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-11 00:12:50 +0200 |
commit | 148d59c67edd550cf130f96844f63637707b99d5 (patch) | |
tree | 1f8582fed5b9f009c9b7c45991b89b1b2511b556 /target/linux/generic/hack-4.14/220-gc_sections.patch | |
parent | 7db09853a83b2feaf2604e4fcc074100be377280 (diff) | |
download | upstream-148d59c67edd550cf130f96844f63637707b99d5.tar.gz upstream-148d59c67edd550cf130f96844f63637707b99d5.tar.bz2 upstream-148d59c67edd550cf130f96844f63637707b99d5.zip |
kernel: update kernel 4.14 to version 4.14.193
Compile and runtime tested on lantiq/xrx200 and ipq40xx.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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.patch | 4 |
1 files changed, 2 insertions, 2 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 b69d8a01d6..6a4475fc6e 100644 --- a/target/linux/generic/hack-4.14/220-gc_sections.patch +++ b/target/linux/generic/hack-4.14/220-gc_sections.patch @@ -238,7 +238,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> /* * Data section helpers -@@ -496,7 +497,7 @@ +@@ -497,7 +498,7 @@ #define ENTRY_TEXT \ ALIGN_FUNCTION(); \ VMLINUX_SYMBOL(__entry_text_start) = .; \ @@ -247,7 +247,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> VMLINUX_SYMBOL(__entry_text_end) = .; #define IRQENTRY_TEXT \ -@@ -603,7 +604,7 @@ +@@ -604,7 +605,7 @@ . = ALIGN(sbss_align); \ .sbss : AT(ADDR(.sbss) - LOAD_OFFSET) { \ *(.dynsbss) \ |