diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-15 08:18:34 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-15 08:18:34 +0000 |
commit | cfbb087ae52c3a6a45329f52d8b81b874b2e72d7 (patch) | |
tree | c199cdecdbc2a6aedd754124331a25edc4e100d6 /package/Makefile | |
parent | 5b1e8189aedce82f05a2fbe35e009dd1c67bece8 (diff) | |
download | master-187ad058-cfbb087ae52c3a6a45329f52d8b81b874b2e72d7.tar.gz master-187ad058-cfbb087ae52c3a6a45329f52d8b81b874b2e72d7.tar.bz2 master-187ad058-cfbb087ae52c3a6a45329f52d8b81b874b2e72d7.zip |
add package from Duncan, thx. changed the patches and some minor stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3373 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 2e7e0db0a4..0f2c6df1a0 100644 --- a/package/Makefile +++ b/package/Makefile @@ -18,6 +18,7 @@ package-$(BR2_PACKAGE_BLUEZ_UTILS) += bluez-utils package-$(BR2_PACKAGE_BRIDGE) += bridge package-$(BR2_PACKAGE_BUSYBOX) += busybox package-$(BR2_PACKAGE_BWM) += bwm +package-$(BR2_PACKAGE_CBTT) += cbtt package-$(BR2_PACKAGE_CGILIB) += cgilib package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount @@ -283,6 +284,7 @@ arpwatch-compile: libpcap-compile atftp-compile: readline-compile avahi-compile: libdaemon-compile expat-compile libgdbm-compile bind-compile: openssl-compile +cbtt-compile: mysql-compile zlib-compile clinkc-compile: expat-compile curl-compile: openssl-compile zlib-compile cyrus-sasl-compile: openssl-compile |