aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-07-07 14:40:21 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-07-07 14:40:21 +0200
commitf65e79e4b7bdccad8b0f3b4d38c8b2fb4cb30980 (patch)
tree5fe223c42458b282f1239b23b6343f47c5f7fa08 /target/linux/generic
parent03baedb15d40f2ab4f1663ff57c36e086bd78797 (diff)
downloadmaster-187ad058-f65e79e4b7bdccad8b0f3b4d38c8b2fb4cb30980.tar.gz
master-187ad058-f65e79e4b7bdccad8b0f3b4d38c8b2fb4cb30980.tar.bz2
master-187ad058-f65e79e4b7bdccad8b0f3b4d38c8b2fb4cb30980.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 := \