projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mini_fo: add error pointer checks after dentry lookups to fix various crash bugs...
[openwrt.git]
/
package
/
busybox
/
config
/
console-tools
/
Config.in
diff --git
a/package/busybox/config/console-tools/Config.in
b/package/busybox/config/console-tools/Config.in
index
ffc96d1
..
d1342ff
100644
(file)
--- a/
package/busybox/config/console-tools/Config.in
+++ b/
package/busybox/config/console-tools/Config.in
@@
-91,7
+91,7
@@
config BUSYBOX_CONFIG_SETCONSOLE
config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the setconsole applet.
help
Support long options for the setconsole applet.
@@
-110,7
+110,7
@@
config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
string "Default directory for console-tools files"
config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
string "Default directory for console-tools files"
- default
n
+ default
""
depends on BUSYBOX_CONFIG_SETFONT
help
Directory to use if setfont's params are simple filenames
depends on BUSYBOX_CONFIG_SETFONT
help
Directory to use if setfont's params are simple filenames
This page took
0.02817 seconds
and
4
git commands to generate.