blob: 8aac10af4cd741c10d02c708dfe9afa09405e72b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
config ADK_PACKAGE_IRSSI
prompt "irssi............................. console irc client"
tristate
default n
select ADK_PACKAGE_GLIB2
select ADK_PACKAGE_LIBNCURSES
help
IRC client for the text console
http://irssi.org
config ADK_PACKAGE_IRSSI_SSL
bool " Enable SSL/TLS support"
depends ADK_PACKAGE_IRSSI
select ADK_PACKAGE_LIBOPENSSL
default n
help
Enable this to be able to chat more securely.
|