From: Hauke Mehrtens Date: Sun, 26 Jun 2016 12:46:37 +0000 (+0200) Subject: kernel: remove one of two patches deactivating broken vdso support on mips X-Git-Tag: v17.01.0-rc1~2240 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2abb02419d3c79d3ee8e732bccfd96a7fc959347;p=openwrt%2Fstaging%2Fchunkeey.git kernel: remove one of two patches deactivating broken vdso support on mips The patch target/linux/generic/patches-4.4/206-mips-disable-vdso.patch should be sufficient. Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/generic/patches-4.4/340-MIPS-deactivate-gettimeofday-vdso.patch b/target/linux/generic/patches-4.4/340-MIPS-deactivate-gettimeofday-vdso.patch deleted file mode 100644 index a77bdf84fe..0000000000 --- a/target/linux/generic/patches-4.4/340-MIPS-deactivate-gettimeofday-vdso.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/arch/mips/vdso/Makefile -+++ b/arch/mips/vdso/Makefile -@@ -1,5 +1,5 @@ - # Objects to go into the VDSO. --obj-vdso-y := elf.o gettimeofday.o sigreturn.o -+obj-vdso-y := elf.o sigreturn.o - - # Common compiler flags between ABIs. - ccflags-vdso := \