diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-15 10:13:53 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-15 10:13:53 +0000 |
commit | 073f24bf7c0b78bb77792367fc311cd0ba4b2fe1 (patch) | |
tree | a41aa08756c85ae5678282fab9ce8b9e7231af0e /package/Makefile | |
parent | afa2bdd0350b719fcaf23d8c007206790a449483 (diff) | |
download | master-187ad058-073f24bf7c0b78bb77792367fc311cd0ba4b2fe1.tar.gz master-187ad058-073f24bf7c0b78bb77792367fc311cd0ba4b2fe1.tar.bz2 master-187ad058-073f24bf7c0b78bb77792367fc311cd0ba4b2fe1.zip |
add bitlbee and libiconv from Erik Bosman, thx. fix some depends for cbtt and bitchx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3375 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 f296d925c0..724079a41f 100644 --- a/package/Makefile +++ b/package/Makefile @@ -14,6 +14,7 @@ package-$(BR2_COMPILE_AVAHI) += avahi package-$(BR2_COMPILE_BC) += bc package-$(BR2_COMPILE_BIND) += bind package-$(BR2_PACKAGE_BITCHX) += bitchx +package-$(BR2_PACKAGE_BITCHX) += bitlbee package-$(BR2_PACKAGE_BLUEZ_LIBS) += bluez-libs package-$(BR2_PACKAGE_BLUEZ_UTILS) += bluez-utils package-$(BR2_PACKAGE_BRIDGE) += bridge @@ -102,6 +103,7 @@ package-$(BR2_PACKAGE_LIBGCRYPT) += libgcrypt package-$(BR2_PACKAGE_LIBGD) += libgd package-$(BR2_PACKAGE_LIBGDBM) += libgdbm package-$(BR2_PACKAGE_LIBGPG_ERROR) += libgpg-error +package-$(BR2_PACKAGE_LIBICONV) += libiconv package-$(BR2_PACKAGE_LIBID3TAG) += libid3tag package-$(BR2_PACKAGE_LIBLZO) += liblzo package-$(BR2_PACKAGE_LIBMAD) += libmad @@ -286,6 +288,7 @@ atftp-compile: readline-compile avahi-compile: libdaemon-compile expat-compile libgdbm-compile bind-compile: openssl-compile bitchx-compile: ncurses-compile +bitlbee-compile: libiconv-compile openssl-compile glib-compile cbtt-compile: mysql-compile zlib-compile clinkc-compile: expat-compile curl-compile: openssl-compile zlib-compile |