diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 21:45:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 21:45:33 +0000 |
commit | 40c8031ee61fbde12b56bc894e6db983adc067bc (patch) | |
tree | 1403c90c5d36d2f2974ee41ac57332343e5242ec /openwrt/package/Makefile | |
parent | 995d0343f996a3681110084856fd143b875dfb1b (diff) | |
download | mtk-20170518-40c8031ee61fbde12b56bc894e6db983adc067bc.zip mtk-20170518-40c8031ee61fbde12b56bc894e6db983adc067bc.tar.gz mtk-20170518-40c8031ee61fbde12b56bc894e6db983adc067bc.tar.bz2 |
add libao package.
SVN-Revision: 2153
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 6593baf..034dc47 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -68,6 +68,7 @@ package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux package-$(BR2_PACKAGE_LESS) += less package-$(BR2_PACKAGE_LIBAMSEL) += libamsel +package-$(BR2_PACKAGE_LIBAO) += libao package-$(BR2_PACKAGE_LIBART) += libart package-$(BR2_PACKAGE_LIBDAEMON) += libdaemon package-$(BR2_PACKAGE_LIBDB) += libdb |