blob: c53391cf51acf8011d132962c0fd33c29a1ec45c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_LOADKEYS
bool "loadkeys"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
select BR2_PACKAGE_CHECK
# Uses fork()
depends on BR2_USE_MMU
help
Custom package to install just the 'loadkeys'
binary from the kbd package.
http://kernel.org/pub/linux/utils/kbd/
|