summaryrefslogtreecommitdiff
path: root/openwrt/package/picocom/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-10 17:12:46 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-10 17:12:46 +0000
commit9183af1817ab1753b4480741965d2d10cc6c75bb (patch)
tree27acb8d811fd6963b614b015d7989b8f783b4c2b /openwrt/package/picocom/Config.in
parent3bb92a5db8aaf9f6be48ce802cec04978de885e9 (diff)
downloadmtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.zip
mtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.tar.gz
mtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.tar.bz2
Add picocom package, move serial comm. stuff to its section in Config.in
SVN-Revision: 1187
Diffstat (limited to 'openwrt/package/picocom/Config.in')
-rw-r--r--openwrt/package/picocom/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/openwrt/package/picocom/Config.in b/openwrt/package/picocom/Config.in
new file mode 100644
index 0000000..5ed558d
--- /dev/null
+++ b/openwrt/package/picocom/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_PICOCOM
+ tristate "picocom - minimal dumb-terminal emulation program"
+# default m if CONFIG_DEVEL
+ default n
+ help
+ As its name suggests, picocom is a minimal dumb-terminal emulation
+ program. It is, in principle, very much like minicom, only it's pico
+ instead of mini! It was designed to serve as a simple, manual, modem
+ configuration, testing, and debugging tool. It has also served (quite
+ well) as a low-tech "terminal-window" to allow operator intervention
+ in PPP connection scripts. It could also prove useful in many other
+ similar tasks.
+
+ http://efault.net/npat/hacks/picocom/
+ \ No newline at end of file