summaryrefslogtreecommitdiff
path: root/openwrt/package/bitlbee/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-15 10:13:53 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-15 10:13:53 +0000
commit76356565c0944401c4d5a53d8e10f0dbda5b7c13 (patch)
treeff64a219eaaf5aa7efadc96408f7830ad42c852f /openwrt/package/bitlbee/Config.in
parent48069eee675822b22d0d92b453092fec394755eb (diff)
downloadmtk-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/bitlbee/Config.in')
-rw-r--r--openwrt/package/bitlbee/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/openwrt/package/bitlbee/Config.in b/openwrt/package/bitlbee/Config.in
new file mode 100644
index 0000000..a62e10b
--- /dev/null
+++ b/openwrt/package/bitlbee/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_BITLBEE
+ prompt "BitlBee........................... IRC gateway to IM chat networks"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBOPENSSL
+ select BR2_PACKAGE_LIBGLIB
+ select BR2_PACKAGE_LIBICONV
+ help
+
+ BitlBee is an IRC daemon that can talk to instant messaging
+ networks and acts as a gateway. Users can connect to the
+ server with any normal IRC client and see their 'buddy list'
+ in #bitlbee.
+
+ http://www.bitlbee.org/
+