2010-09-20 01:44:40 +02:00
|
|
|
config BR2_PACKAGE_KBD
|
|
|
|
bool "kbd"
|
2011-05-22 16:32:49 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
|
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2011-05-30 23:57:00 +02:00
|
|
|
# Uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2010-09-20 01:44:40 +02:00
|
|
|
help
|
|
|
|
Keytable files and keyboard utilities.
|
|
|
|
|
|
|
|
http://kernel.org/pub/linux/utils/kbd/
|