diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-11 14:32:03 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-11 14:32:03 -0500 |
commit | f061a04dd39ef3942ec98f301707a77baa83e9f9 (patch) | |
tree | 26c6c843e056ac6eb56e63b9a1884055b68c1fd6 /package | |
parent | 3bc13a89e236dbec43b56d7931c11d7c98bffad5 (diff) |
rework audio driver loading on rpi
seems that i2s driver does not behave correctly when builtin.
Add back driver modules for audio boards on rpi.
Diffstat (limited to 'package')
-rw-r--r-- | package/pulseaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pulseaudio/Makefile b/package/pulseaudio/Makefile index 785f473fa..acb4bb89f 100644 --- a/package/pulseaudio/Makefile +++ b/package/pulseaudio/Makefile @@ -18,7 +18,7 @@ PKG_URL:= http://www.freedesktop.org/wiki/Software/PulseAudio/ PKG_SITES:= http://freedesktop.org/software/pulseaudio/releases/ PKG_OPTS:= dev -PKG_LIBC_DEPENDS:= uclibc glibc +PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc include $(ADK_TOPDIR)/mk/package.mk |