projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1538c97
)
less: remove misguided dependency on PLATFORM_LINUX
author
Jeremie Koenig
<jk@jk.fr.eu.org>
Thu, 29 Jul 2010 02:29:47 +0000
(
04:29
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 29 Jul 2010 23:15:46 +0000
(
01:15
+0200)
Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/Config.src
patch
|
blob
|
history
diff --git
a/miscutils/Config.src
b/miscutils/Config.src
index dbfd7a1a00ad3564717b707828e7e191b3e700dc..cadaabb65264c27eb62c9b192b23c3a2216e9d27 100644
(file)
--- a/
miscutils/Config.src
+++ b/
miscutils/Config.src
@@
-351,7
+351,6
@@
endchoice
config LESS
bool "less"
default y
- depends on PLATFORM_LINUX
help
'less' is a pager, meaning that it displays text files. It possesses
a wide array of features, and is an improvement over 'more'.