projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compile error (pointed out by nonsequitor)
[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
f13d8ba
..
407503d
100644
(file)
--- a/
package/busybox/config/miscutils/Config.in
+++ b/
package/busybox/config/miscutils/Config.in
@@
-127,7
+127,7
@@
config BUSYBOX_CONFIG_LAST
config BUSYBOX_CONFIG_LESS
bool "less"
- default
n
+ default
y
help
'less' is a pager, meaning that it displays text files. It possesses
a wide array of features, and is an improvement over 'more'.
This page took
0.023166 seconds
and
4
git commands to generate.