From 6de0c2173e8c5d584c8b428b5ab05bbc124b0b42 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 7 May 2006 19:05:51 +0000 Subject: make asterisk chan_bluetooth and chan_h323 modules optional, link openh323 and pwlib statically. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3737 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/package/Makefile') diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index bc5f1f287..7782afc57 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -170,7 +170,7 @@ package-$(BR2_PACKAGE_NTPCLIENT) += ntpclient package-$(BR2_PACKAGE_NVRAM) += nvram package-$(BR2_PACKAGE_OLSRD) += olsrd package-$(BR2_COMPILE_OPENCDK) += opencdk -package-$(BR2_PACKAGE_OPENH323) += openh323 +package-$(BR2_COMPILE_OPENH323) += openh323 package-$(BR2_COMPILE_OPENLDAP) += openldap package-$(BR2_PACKAGE_OPENNTPD) += openntpd package-$(BR2_PACKAGE_OPENSER) += openser @@ -203,7 +203,7 @@ package-$(BR2_PACKAGE_PRIVOXY) += privoxy package-$(BR2_PACKAGE_PROCMAIL) += procmail package-$(BR2_PACKAGE_PSYBNC) += psybnc package-$(BR2_PACKAGE_PTUNNEL) += ptunnel -package-$(BR2_PACKAGE_PWLIB) += pwlib +package-$(BR2_COMPILE_PWLIB) += pwlib package-$(BR2_PACKAGE_QUAGGA) += quagga package-$(BR2_COMPILE_RADIUSCLIENT_NG) += radiusclient-ng package-$(BR2_PACKAGE_RADVD) += radvd -- cgit v1.2.3