Browse Source

enable VDSO globally

Disabled VDSO is a performance killer.
Kodi get stuttering audio playback with a lot
of broken pipe error messages.
Waldemar Brodkorb 8 years ago
parent
commit
a8cfd5d214
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/kernel.config

+ 1 - 0
target/linux/kernel.config

@@ -28,3 +28,4 @@ CONFIG_DEVMEM=y
 CONFIG_DEVKMEM=y
 CONFIG_EXPERT=y
 CONFIG_MULTIUSER=y
+CONFIG_VDSO=y