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/backport-4.19 | |
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/backport-4.19')
-rw-r--r-- | target/linux/generic/backport-4.19/011-kbuild-export-SUBARCH.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/backport-4.19/011-kbuild-export-SUBARCH.patch b/target/linux/generic/backport-4.19/011-kbuild-export-SUBARCH.patch index b5f654906a..a42c720446 100644 --- a/target/linux/generic/backport-4.19/011-kbuild-export-SUBARCH.patch +++ b/target/linux/generic/backport-4.19/011-kbuild-export-SUBARCH.patch @@ -10,9 +10,9 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/Makefile +++ b/Makefile -@@ -431,8 +431,8 @@ KBUILD_LDFLAGS_MODULE := -T $(srctree)/s - KBUILD_LDFLAGS := +@@ -432,8 +432,8 @@ KBUILD_LDFLAGS := GCC_PLUGINS_CFLAGS := + CLANG_FLAGS := -export ARCH SRCARCH CONFIG_SHELL HOSTCC KBUILD_HOSTCFLAGS CROSS_COMPILE AS LD CC -export CPP AR NM STRIP OBJCOPY OBJDUMP KBUILD_HOSTLDFLAGS KBUILD_HOSTLDLIBS |