summaryrefslogtreecommitdiffstats
path: root/package/nanocom/Config.in
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2012-06-04 20:32:15 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-06-12 23:32:18 +0200
commit5c959c117d9079432e6e03c249a6534cca4eb6eb (patch)
tree15d549aed70c183d4847a664e2a2522fc8cea697 /package/nanocom/Config.in
parente2b296ad7f01bbc3dd073afd3e9fbb140244bed0 (diff)
downloadbuildroot-novena-5c959c117d9079432e6e03c249a6534cca4eb6eb.tar.gz
buildroot-novena-5c959c117d9079432e6e03c249a6534cca4eb6eb.zip
nanocom: new package
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/nanocom/Config.in')
-rw-r--r--package/nanocom/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/nanocom/Config.in b/package/nanocom/Config.in
new file mode 100644
index 000000000..51d628aec
--- /dev/null
+++ b/package/nanocom/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_NANOCOM
+ bool "nanocom"
+ help
+ Nanocom is based upon microcom (http://microcom.port5.com/) but
+ removes the scripting and logging features while introducing support
+ for setting local/remote echo, parity and stop bits. It also follows
+ a more standard command line style using the getopt function.
+ Internally much of the code has been rewritten and reformatted, the
+ menu system in particular is almost entirely different.
+
+ http://nanocom.sourceforge.net/