2014-06-24 23:16:55 +02:00
|
|
|
config BR2_PACKAGE_WHOIS
|
|
|
|
bool "whois"
|
2014-09-19 16:52:58 +02:00
|
|
|
depends on BR2_USE_WCHAR # gettext
|
2014-06-24 23:16:55 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
|
|
|
help
|
|
|
|
Improved whois client.
|
|
|
|
|
|
|
|
http://www.linux.it/~md/software/
|
2014-09-19 16:52:58 +02:00
|
|
|
|
|
|
|
comment "whois needs a toolchain w/ wchar"
|
|
|
|
depends on !BR2_USE_WCHAR
|