diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-05-07 19:05:51 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-05-07 19:05:51 +0000 |
| commit | 670b52a218e9b918b414c815e8e133bc01155207 (patch) | |
| tree | 8241e69ee181bc68ab343686373bc71a30cf6bab /openwrt/package/Makefile | |
| parent | 07df01e891bdb99fb2e70a13666dfee1191197fc (diff) | |
| download | mtk-20170518-670b52a218e9b918b414c815e8e133bc01155207.zip mtk-20170518-670b52a218e9b918b414c815e8e133bc01155207.tar.gz mtk-20170518-670b52a218e9b918b414c815e8e133bc01155207.tar.bz2 | |
make asterisk chan_bluetooth and chan_h323 modules optional, link openh323 and pwlib statically.
SVN-Revision: 3737
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index bc5f1f2..7782afc 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 |
