diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-09 07:49:51 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-09 07:52:26 +0200 |
| commit | a8cfd5d214a284387e9ff6a49e28856fa866bd3c (patch) | |
| tree | 76aaf4e9089cfc18205162e8013d44608e4a688a | |
| parent | 103ab8ad24a6855a73ceb95d566cfadcd7fc376c (diff) | |
enable VDSO globally
Disabled VDSO is a performance killer.
Kodi get stuttering audio playback with a lot
of broken pipe error messages.
| -rw-r--r-- | target/linux/kernel.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kernel.config b/target/linux/kernel.config index d3419d8ff..a291279c3 100644 --- a/target/linux/kernel.config +++ b/target/linux/kernel.config @@ -28,3 +28,4 @@ CONFIG_DEVMEM=y CONFIG_DEVKMEM=y CONFIG_EXPERT=y CONFIG_MULTIUSER=y +CONFIG_VDSO=y |
