diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-20 00:15:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-20 00:15:07 +0000 |
commit | 658681d3abff3d2f47c52b53f49eca5f026ca052 (patch) | |
tree | bfd25865837d194d52ec1262d8d62a298bf1e669 /package/Makefile | |
parent | d45845cf70caea8e37c251cdeee2af0ba8a064a1 (diff) | |
download | master-187ad058-658681d3abff3d2f47c52b53f49eca5f026ca052.tar.gz master-187ad058-658681d3abff3d2f47c52b53f49eca5f026ca052.tar.bz2 master-187ad058-658681d3abff3d2f47c52b53f49eca5f026ca052.zip |
add palantir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1956 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 0ecc0402dc..dcb695f496 100644 --- a/package/Makefile +++ b/package/Makefile @@ -121,6 +121,7 @@ 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_PARPROUTED) += parprouted package-$(BR2_PACKAGE_PCRE) += pcre package-$(BR2_COMPILE_PHP4) += php4 @@ -238,6 +239,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 |