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 | 4a8ebd35b6da3b8dc719d8c9db317e61a2ebc74f (patch) | |
tree | d0f277727fefff8dca7a7f33aba92e5a4d0de096 | |
parent | 9ccc614f6cc1aed5c978d023f0f1c48c832e02c5 (diff) | |
download | upstream-4a8ebd35b6da3b8dc719d8c9db317e61a2ebc74f.tar.gz upstream-4a8ebd35b6da3b8dc719d8c9db317e61a2ebc74f.tar.bz2 upstream-4a8ebd35b6da3b8dc719d8c9db317e61a2ebc74f.zip |
Ack name changes in asterisk config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1139 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 9e1540f67c..38958381dd 100644 --- a/package/Makefile +++ b/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),) |