From 59003ac2c362a4ce5b26829f0928abfcde902510 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 10 Apr 2005 18:19:34 +0000 Subject: add asterisk git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@611 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package/Makefile') diff --git a/package/Makefile b/package/Makefile index 743d2dfcdb..23fefcd0cc 100644 --- a/package/Makefile +++ b/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 -- cgit v1.2.3