blob: a23b70a81f0e08cd65128a543f8df66e68407841 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | config BR2_PACKAGE_KBD
	bool "kbd"
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
	# Uses fork()
	depends on BR2_USE_MMU
	help
	  Keytable files and keyboard utilities.
	  http://kernel.org/pub/linux/utils/kbd/
 |