diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-10 18:19:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-10 18:19:34 +0000 |
commit | 619022c839489064033b226a18e6e8b02b6e33f3 (patch) | |
tree | d63e48db7c27d0dafc035171a68853d08134706c /openwrt/package/Makefile | |
parent | c8cd7eed00801a9af4c4b15a8ae4a81b75ef4e1e (diff) | |
download | mtk-20170518-619022c839489064033b226a18e6e8b02b6e33f3.zip mtk-20170518-619022c839489064033b226a18e6e8b02b6e33f3.tar.gz mtk-20170518-619022c839489064033b226a18e6e8b02b6e33f3.tar.bz2 |
add asterisk
SVN-Revision: 611
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 743d2df..23fefcd 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -6,6 +6,7 @@ package-y:=openwrt package-$(BR2_PACKAGE_AICCU) += aiccu package-$(BR2_PACKAGE_ARPTABLES) += arptables package-$(BR2_PACKAGE_ARPWATCH) += arpwatch +package-$(BR2_PACKAGE_ASTERISK) += asterisk package-$(BR2_PACKAGE_BRIDGE) += bridge package-$(BR2_PACKAGE_BUSYBOX) += busybox package-$(BR2_PACKAGE_BWM) += bwm @@ -69,6 +70,15 @@ install: $(patsubst %,%-install,$(package-y)) ifeq ($(BR2_PACKAGE_OPENVPN_LZO),y) openvpn-compile: lzo-compile endif +ifneq ($(BR2_PACKAGE_ASTERISK_SPEEX),) +asterisk-compile: speex-compile +endif +ifneq ($(BR2_PACKAGE_ASTERISK_PGSQL),) +asterisk-compile: postgresql-compile +endif +ifneq ($(BR2_PACKAGE_ASTERISK_MYSQL),) +asterisk-compile: mysql-compile +endif openswan-compile: gmp-compile nocatsplash-compile: glib-compile |