[package] busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20122 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
a2672f48ce
commit
2cc84a0c01
|
@ -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 New Issue