diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-03 06:41:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-03 06:41:17 +0000 |
commit | 2680fffd54dc290f8b2f015bc685251e2d7e396d (patch) | |
tree | 75357bf6eda012922f459de3bc523bba2e3512e3 | |
parent | 9888d63ca2af39216808f5000fa4c9fea24fa901 (diff) | |
download | mtk-20170518-2680fffd54dc290f8b2f015bc685251e2d7e396d.zip mtk-20170518-2680fffd54dc290f8b2f015bc685251e2d7e396d.tar.gz mtk-20170518-2680fffd54dc290f8b2f015bc685251e2d7e396d.tar.bz2 |
Ack name changes in asterisk config options
SVN-Revision: 1139
-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 9e1540f..3895838 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -149,7 +149,7 @@ tor-compile: libevent-compile openssl-compile zlib-compile wpa_supplicant-compile: openssl-compile asterisk-compile: openssl-compile -ifneq ($(BR2_PACKAGE_ASTERISK_SPEEX),) +ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),) asterisk-compile: speex-compile endif ifneq ($(BR2_PACKAGE_ASTERISK_PGSQL),) |