diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-23 12:23:15 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-23 12:23:15 +0000 |
commit | e08669fb9a5d5e8ae6f45ea138213375ecc76ecd (patch) | |
tree | d14bd49b4f0a7c2d908f87ee055e91e4b066ff1e /package/Makefile | |
parent | 2e9605c9bad5808d9c8daa4c04ccd7a6555e8bcd (diff) |
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 34dafe886..0e53eec2c 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 |