diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-22 19:56:19 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-22 19:56:19 +0000 |
commit | faf93d0bdc49928d9347280914236ec7778a0e39 (patch) | |
tree | 8744ff87c38d1fb07757ea5302c2d79aba19e695 /openwrt/package/Makefile | |
parent | 37d40e735fb212a9a97fb0c620c44867e252e174 (diff) | |
download | mtk-20170518-faf93d0bdc49928d9347280914236ec7778a0e39.zip mtk-20170518-faf93d0bdc49928d9347280914236ec7778a0e39.tar.gz mtk-20170518-faf93d0bdc49928d9347280914236ec7778a0e39.tar.bz2 |
add chan_bluetooth
SVN-Revision: 1727
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 1998886..816b376 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -228,7 +228,7 @@ vtun-compile: zlib-compile openssl-compile lzo-compile wificonf-compile: wireless-tools-compile nvram-compile wpa_supplicant-compile: openssl-compile -asterisk-compile: ncurses-compile openssl-compile +asterisk-compile: bluez-libs-compile ncurses-compile openssl-compile ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),) asterisk-compile: speex-compile endif |