diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-23 20:32:16 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-24 11:43:04 +0000 |
commit | 5cd04102085f46700dfb0aa146d7876c939ee575 (patch) | |
tree | 1877d6a2d7d636b0576497cbc69f720a05be4dfa /main/busybox/busyboxconfig | |
parent | 8ae912903aaa2e3ee9e44ec1de58931d2761c3c4 (diff) | |
download | aports-5cd04102085f46700dfb0aa146d7876c939ee575.tar.bz2 aports-5cd04102085f46700dfb0aa146d7876c939ee575.tar.xz |
main/busybox: set default fontdir to /usr/share
Patch from Bernd Lauert
ref #4457
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index 9a3807b496..d0fa2728cf 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -347,7 +347,7 @@ CONFIG_SETCONSOLE=y # CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set CONFIG_SETFONT=y CONFIG_FEATURE_SETFONT_TEXTUAL_MAP=y -CONFIG_DEFAULT_SETFONT_DIR="/lib/kbd" +CONFIG_DEFAULT_SETFONT_DIR="/usr/share" CONFIG_SETKEYCODES=y CONFIG_SETLOGCONS=y CONFIG_SHOWKEY=y |