diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-31 22:46:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-31 22:46:05 +0000 |
commit | da3d85736beef4712be84895059d9db05b3e5877 (patch) | |
tree | a5094c64bbc2717a3fb145b1983e7331e883dd15 /openwrt/package/setserial/Config.in | |
parent | 9790d33b684c4bb0c830894596a6b7ca76f71b3b (diff) |
add setserial
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@495 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/setserial/Config.in')
-rw-r--r-- | openwrt/package/setserial/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/setserial/Config.in b/openwrt/package/setserial/Config.in new file mode 100644 index 0000000000..477896769e --- /dev/null +++ b/openwrt/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. + |