projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
prevent madwifi from building on UML
[openwrt.git]
/
package
/
busybox
/
config
/
miscutils
/
Config.in
diff --git
a/package/busybox/config/miscutils/Config.in
b/package/busybox/config/miscutils/Config.in
index
4d5a9a1
..
7784a82
100644
(file)
--- a/
package/busybox/config/miscutils/Config.in
+++ b/
package/busybox/config/miscutils/Config.in
@@
-105,7
+105,7
@@
config BUSYBOX_CONFIG_DEVFSD_VERBOSE
config BUSYBOX_CONFIG_FEATURE_DEVFS
bool " Use devfs names for all devices (obsolete)"
config BUSYBOX_CONFIG_FEATURE_DEVFS
bool " Use devfs names for all devices (obsolete)"
- default
y
+ default
n
help
This is obsolete and will be going away at the end of 2008..
help
This is obsolete and will be going away at the end of 2008..
@@
-133,6
+133,11
@@
config BUSYBOX_CONFIG_LESS
'less' is a pager, meaning that it displays text files. It possesses
a wide array of features, and is an improvement over 'more'.
'less' is a pager, meaning that it displays text files. It possesses
a wide array of features, and is an improvement over 'more'.
+config BUSYBOX_CONFIG_FEATURE_LESS_MAXLINES
+ int "Max number of input lines less will try to eat"
+ default 9999999
+ depends on BUSYBOX_CONFIG_LESS
+
config BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS
bool "Enable bracket searching"
default n
config BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS
bool "Enable bracket searching"
default n
@@
-300,6
+305,7
@@
config BUSYBOX_CONFIG_RAIDAUTORUN
config BUSYBOX_CONFIG_READAHEAD
bool "readahead"
default n
config BUSYBOX_CONFIG_READAHEAD
bool "readahead"
default n
+ depends on LFS
help
Preload the files listed on the command line into RAM cache so that
subsequent reads on these files will not block on disk I/O.
help
Preload the files listed on the command line into RAM cache so that
subsequent reads on these files will not block on disk I/O.
This page took
0.02017 seconds
and
4
git commands to generate.