7b1b0bd0ab
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
config BR2_PACKAGE_KBD
|
|
bool "kbd"
|
|
# Uses fork()
|
|
depends on BR2_USE_MMU
|
|
help
|
|
Keytable files and keyboard utilities.
|
|
|
|
http://kernel.org/pub/linux/utils/kbd/
|