From a569354481e583e65330c8cd11bb269ef192e70c Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Sat, 29 Oct 2016 09:56:58 +0200 Subject: kernel: update kernel 4.4 to version 4.4.28 Refresh patches for all targets that support kernel 4.4. compile/run-tested on ar71xx, brcm47xx, kirkwood. Signed-off-by: Paul Wassi Tested-by: Koen Vandeputte --- .../generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch') diff --git a/target/linux/generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch b/target/linux/generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch index 7dbde1d974..cfcd0b33a0 100644 --- a/target/linux/generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch +++ b/target/linux/generic/patches-4.4/207-mips-vdso-dbg-rebuild-after-genvdso.patch @@ -2,7 +2,7 @@ +++ b/arch/mips/vdso/Makefile @@ -77,7 +77,7 @@ $(obj-vdso): KBUILD_AFLAGS := $(aflags-v - $(obj)/vdso.lds: KBUILD_CPPFLAGS := $(native-abi) + $(obj)/vdso.lds: KBUILD_CPPFLAGS := $(ccflags-vdso) $(native-abi) -$(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) FORCE +$(obj)/vdso.so.dbg: $(obj)/vdso.lds $(obj-vdso) $(obj)/genvdso FORCE -- cgit v1.2.3