summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-06-26 14:46:37 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2016-06-26 18:22:23 +0200
commit2abb02419d3c79d3ee8e732bccfd96a7fc959347 (patch)
tree68dc8d509ba0387128145e1ff651c15643dca811 /target/linux/generic
parent84d489f64f3b382d5544e342f66d8806e94e85d3 (diff)
downloadmaster-31e0f0ae-2abb02419d3c79d3ee8e732bccfd96a7fc959347.tar.gz
master-31e0f0ae-2abb02419d3c79d3ee8e732bccfd96a7fc959347.tar.bz2
master-31e0f0ae-2abb02419d3c79d3ee8e732bccfd96a7fc959347.zip
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 <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/patches-4.4/340-MIPS-deactivate-gettimeofday-vdso.patch9
1 files changed, 0 insertions, 9 deletions
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 := \