summaryrefslogtreecommitdiff
path: root/package/whois/Config.in
blob: 0fbaf904d2f8eea588b1d3631d1f89c1e4f236e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_WHOIS
	bool "whois"
	depends on BR2_USE_WCHAR # gettext
	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
	help
	  Improved whois client.

	  http://www.linux.it/~md/software/

comment "whois needs a toolchain w/ wchar"
	depends on !BR2_USE_WCHAR
	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS