diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-15 10:13:53 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-15 10:13:53 +0000 |
| commit | 76356565c0944401c4d5a53d8e10f0dbda5b7c13 (patch) | |
| tree | ff64a219eaaf5aa7efadc96408f7830ad42c852f /openwrt/package/Makefile | |
| parent | 48069eee675822b22d0d92b453092fec394755eb (diff) | |
| download | mtk-20170518-76356565c0944401c4d5a53d8e10f0dbda5b7c13.zip mtk-20170518-76356565c0944401c4d5a53d8e10f0dbda5b7c13.tar.gz mtk-20170518-76356565c0944401c4d5a53d8e10f0dbda5b7c13.tar.bz2 | |
add bitlbee and libiconv from Erik Bosman, thx. fix some depends for cbtt and bitchx
SVN-Revision: 3375
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index f296d92..724079a 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |
