busybox: set default keymap path

This commit is contained in:
Nikolay Amiantov 2016-07-08 18:32:17 +03:00
parent 125ffff089
commit da97ba359e
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ stdenv.mkDerivation rec {
CONFIG_FEATURE_MOUNT_CIFS n
CONFIG_FEATURE_MOUNT_HELPERS y
# Set paths for console fonts.
CONFIG_DEFAULT_SETFONT_DIR "/etc/kbd"
${extraConfig}
$extraCrossConfig
EOF