summaryrefslogtreecommitdiffstats
path: root/rules/ckermit.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-11-22 22:51:41 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-11-22 22:51:41 +0000
commit0127cce80e69162e6a198e4e8d04b427a5b8bc0f (patch)
tree6a2a90bb80faf21cf2639fb7af47c07e3ff200cf /rules/ckermit.in
parent95f223fc572fc7380d0183c2d401792595f12fac (diff)
downloadptxdist-0127cce80e69162e6a198e4e8d04b427a5b8bc0f.tar.gz
ptxdist-0127cce80e69162e6a198e4e8d04b427a5b8bc0f.tar.xz
* ckermit: This patch allows the C-Kermit tool to be built for the
target. Current support is only host-side. Note: attribution remains with Oscar Peredo, as the makefile is virtually the same as the host-side version. Signed-off-by: Gary Thomas <gary@mlbassoc.com> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9156 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ckermit.in')
-rw-r--r--rules/ckermit.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/ckermit.in b/rules/ckermit.in
new file mode 100644
index 000000000..c59cdcd26
--- /dev/null
+++ b/rules/ckermit.in
@@ -0,0 +1,11 @@
+## SECTION=communication
+
+config CKERMIT
+ tristate
+ prompt "ckermit"
+ select NCURSES
+ help
+ Columbia Univ 'kermit' terminal program: Basic file transfer &
+ terminal control.
+
+