summaryrefslogtreecommitdiff
path: root/openwrt/package/less/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-03 15:09:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-03 15:09:05 +0000
commit0f46e35d7908849dfb1ad6ba4127b36b2e7cb08a (patch)
tree9a975668dbbdfa01d365f1abd75e0aee866450bb /openwrt/package/less/Config.in
parent6526ac63f07018b6335837586bc486d3ebf66a44 (diff)
downloadmtk-20170518-0f46e35d7908849dfb1ad6ba4127b36b2e7cb08a.zip
mtk-20170518-0f46e35d7908849dfb1ad6ba4127b36b2e7cb08a.tar.gz
mtk-20170518-0f46e35d7908849dfb1ad6ba4127b36b2e7cb08a.tar.bz2
add less
SVN-Revision: 1324
Diffstat (limited to 'openwrt/package/less/Config.in')
-rw-r--r--openwrt/package/less/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/less/Config.in b/openwrt/package/less/Config.in
new file mode 100644
index 0000000..80de80f
--- /dev/null
+++ b/openwrt/package/less/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LESS
+ tristate "less - a text file viewer."
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBNCURSES
+ help
+ less - less is a pager. A pager usually displays text files.
+
+ http://www.greenwoodsoftware.com/less/
+