summaryrefslogtreecommitdiffstats
path: root/package/ser2net/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-15 13:11:29 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-15 13:11:29 +0000
commitf59578a083f9ac8746da5fe0910677756b118df8 (patch)
tree5008d0f66dbae4297078f3a9bed65e77ff0e82b0 /package/ser2net/Config.in
parent5f21150713e96901a50bc5fc90d58f8878a4ad63 (diff)
add ser2net from hazimin fauzi, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3377 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ser2net/Config.in')
-rw-r--r--package/ser2net/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ser2net/Config.in b/package/ser2net/Config.in
new file mode 100644
index 000000000..b52c26bb6
--- /dev/null
+++ b/package/ser2net/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_SER2NET
+ prompt "ser2net........................... Serial port TCP/IP redirector"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ This is ser2net, a program for allowing network connections to serial
+ ports. See the man page for information about using the program. Note
+ that ser2net supports RFC 2217 (remote control of serial port parameters),
+ but you must have a complient client.
+