diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-31 22:46:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-31 22:46:05 +0000 |
commit | 45b6ff6c9e2e6e8939cd58eb0077348421e713c1 (patch) | |
tree | a5094c64bbc2717a3fb145b1983e7331e883dd15 /openwrt/package/setserial/Config.in | |
parent | 6e19c91f2a00a8deb6855a5e1513e8c2e3e9dd3e (diff) | |
download | mtk-20170518-45b6ff6c9e2e6e8939cd58eb0077348421e713c1.zip mtk-20170518-45b6ff6c9e2e6e8939cd58eb0077348421e713c1.tar.gz mtk-20170518-45b6ff6c9e2e6e8939cd58eb0077348421e713c1.tar.bz2 |
add setserial
SVN-Revision: 495
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 0000000..4778967 --- /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. + |