X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f850b2d6be8e065d523187f3514bb2a0a789353c..e737e223480a6b5df1df69859e0bbf891ad68c88:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index ef6a71273..c6ddc5d2f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -121,6 +121,8 @@ package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENSWAN) += openswan package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_OSIRIS) += osiris +package-$(BR2_PACKAGE_PALANTIR) += palantir +package-$(BR2_PACKAGE_P910ND) += p910nd package-$(BR2_PACKAGE_PARPROUTED) += parprouted package-$(BR2_PACKAGE_PCRE) += pcre package-$(BR2_COMPILE_PHP4) += php4 @@ -173,6 +175,7 @@ package-$(BR2_PACKAGE_USBUTILS) += usbutils package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd package-$(BR2_PACKAGE_WIFICONF) += wificonf +package-$(BR2_PACKAGE_WIFIDOG) += wifidog package-$(BR2_PACKAGE_WIVIZ) += wiviz package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol @@ -238,6 +241,7 @@ openssh-compile: zlib-compile openssl-compile openssl-compile: zlib-compile openswan-compile: gmp-compile osiris-compile: openssl-compile +palantir-compile: jpeg-compile portmap-compile: tcp_wrappers-compile postgresql-compile: zlib-compile ppp-compile: linux-atm-compile @@ -293,9 +297,15 @@ openvpn-compile: lzo-compile endif php4-compile: openssl-compile zlib-compile +ifneq ($(BR2_PACKAGE_PHP4_MOD_CURL),) +php4-compile: curl-compile +endif ifneq ($(BR2_PACKAGE_PHP4_MOD_GD),) php4-compile: libgd-compile libpng-compile endif +ifneq ($(BR2_PACKAGE_PHP4_MOD_GMP),) +php4-compile: gmp-compile +endif ifneq ($(BR2_PACKAGE_PHP4_MOD_LDAP),) php4-compile: openldap-compile endif @@ -316,9 +326,15 @@ php4-compile: expat-compile endif php5-compile: openssl-compile zlib-compile +ifneq ($(BR2_PACKAGE_PHP5_MOD_CURL),) +php5-compile: curl-compile +endif ifneq ($(BR2_PACKAGE_PHP5_MOD_GD),) php5-compile: libgd-compile libpng-compile endif +ifneq ($(BR2_PACKAGE_PHP5_MOD_GMP),) +php5-compile: gmp-compile +endif ifneq ($(BR2_PACKAGE_PHP5_MOD_LDAP),) php5-compile: openldap-compile endif