busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option
SVN-Revision: 20122
This commit is contained in:
parent
ffdc6ec8ed
commit
7d50b29b4d
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
|
config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
|
||||||
string "Default directory for console-tools files"
|
string "Default directory for console-tools files"
|
||||||
default n
|
default ""
|
||||||
depends on BUSYBOX_CONFIG_SETFONT
|
depends on BUSYBOX_CONFIG_SETFONT
|
||||||
help
|
help
|
||||||
Directory to use if setfont's params are simple filenames
|
Directory to use if setfont's params are simple filenames
|
||||||
|
|
Loading…
Reference in a new issue