[PATCH 1/7] less: remove misguided dependency on PLATFORM_LINUX

Jeremie Koenig jk at jk.fr.eu.org
Thu Jul 29 02:29:47 UTC 2010


---
 miscutils/Config.src |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/miscutils/Config.src b/miscutils/Config.src
index dbfd7a1..cadaabb 100644
--- 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'.
-- 
1.7.1



More information about the busybox mailing list