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 | 00c43f9c495922cda85e22021cc29aa9e936bd40 (patch) | |
tree | 081b51fa14ae1338ce93480335da4cc5865efe4e /openwrt/package/Makefile | |
parent | eef5968c9644631b71fbe3a411d3d78535f48e4b (diff) | |
download | mtk-20170518-00c43f9c495922cda85e22021cc29aa9e936bd40.zip mtk-20170518-00c43f9c495922cda85e22021cc29aa9e936bd40.tar.gz mtk-20170518-00c43f9c495922cda85e22021cc29aa9e936bd40.tar.bz2 |
add palantir
SVN-Revision: 1956
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0ecc040..dcb695f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |