diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-08-20 10:44:33 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-08-20 13:04:00 +0200 |
commit | c3be3c0e1d147a693a6d4aaec862a52300089018 (patch) | |
tree | 325f7295e30cba95c44fa354b6702d82f3d1899e /target/linux/generic/hack-4.9/220-gc_sections.patch | |
parent | 4b4a6308e711e6fb614d4886a9887fac040a1d56 (diff) | |
download | upstream-c3be3c0e1d147a693a6d4aaec862a52300089018.tar.gz upstream-c3be3c0e1d147a693a6d4aaec862a52300089018.tar.bz2 upstream-c3be3c0e1d147a693a6d4aaec862a52300089018.zip |
kernel: bump 4.9 to 4.9.122
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.9/220-gc_sections.patch')
-rw-r--r-- | target/linux/generic/hack-4.9/220-gc_sections.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.9/220-gc_sections.patch b/target/linux/generic/hack-4.9/220-gc_sections.patch index a041ff1d03..3131744899 100644 --- a/target/linux/generic/hack-4.9/220-gc_sections.patch +++ b/target/linux/generic/hack-4.9/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) -@@ -637,11 +642,6 @@ KBUILD_CFLAGS += $(call cc-disable-warni +@@ -638,11 +643,6 @@ KBUILD_CFLAGS += $(call cc-disable-warni KBUILD_CFLAGS += $(call cc-disable-warning, int-in-bool-context) KBUILD_CFLAGS += $(call cc-disable-warning, attribute-alias) |