summaryrefslogtreecommitdiffstats
path: root/package/setserial/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-31 22:46:05 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-31 22:46:05 +0000
commit0b87883509b3ad743ec5424ff78f1c3f03066b77 (patch)
tree77d1fa61aaac3cf02fb1c5f115da5a7eaf237aca /package/setserial/Config.in
parent377b2aa7c98cede39deab7f1db7506203a0ccf38 (diff)
add setserial
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@495 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/setserial/Config.in')
-rw-r--r--package/setserial/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/setserial/Config.in b/package/setserial/Config.in
new file mode 100644
index 000000000..477896769
--- /dev/null
+++ b/package/setserial/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_SETSERIAL
+ tristate "setserial"
+ default m
+ help
+ setserial is a program designed to set and/or report the
+ configuration information associated with a serial port. This
+ information includes what I/O port and IRQ a particular
+ serial port is using, and whether or not the break key should
+ be interpreted as the Secure Attention Key, and so on.
+