diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-23 12:23:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-23 12:23:15 +0000 |
commit | 35ea378bb8c4898a9593701e036987649388eb2f (patch) | |
tree | d14bd49b4f0a7c2d908f87ee055e91e4b066ff1e /package/Makefile | |
parent | 129f8e266edf73b500d9ef92c6ec564e806b259c (diff) | |
download | master-187ad058-35ea378bb8c4898a9593701e036987649388eb2f.tar.gz master-187ad058-35ea378bb8c4898a9593701e036987649388eb2f.tar.bz2 master-187ad058-35ea378bb8c4898a9593701e036987649388eb2f.zip |
Added cutter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2750 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 34dafe8867..0e53eec2ca 100644 --- a/package/Makefile +++ b/package/Makefile @@ -23,6 +23,7 @@ package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount package-$(BR2_PACKAGE_CUPS) += cups package-$(BR2_COMPILE_CURL) += curl +package-$(BR2_PACKAGE_CUTTER) += cutter package-$(BR2_COMPILE_CYRUS_SASL) += cyrus-sasl package-$(BR2_COMPILE_DB) += libdb package-$(BR2_PACKAGE_DECO) += deco @@ -153,6 +154,7 @@ package-$(BR2_PACKAGE_PARPROUTED) += parprouted package-$(BR2_COMPILE_PCMCIA_CS) += pcmcia-cs package-$(BR2_COMPILE_PCRE) += pcre package-$(BR2_PACKAGE_PEERCAST) += peercast +package-$(BR2_PACKAGE_PEERGUARDIAN) += peerguardian package-$(BR2_COMPILE_PHP4) += php4 package-$(BR2_COMPILE_PHP5) += php5 package-$(BR2_PACKAGE_PICOCOM) += picocom @@ -307,6 +309,7 @@ openswan-compile: gmp-compile osiris-compile: openssl-compile palantir-compile: jpeg-compile peercast-compile: uclibc++-compile +peerguardian-compile: libpthread-compile portmap-compile: tcp_wrappers-compile postgresql-compile: zlib-compile ppp-compile: linux-atm-compile |