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 | 5f14737467032eb3716627d761471be249fbeb47 (patch) | |
tree | 77d1fa61aaac3cf02fb1c5f115da5a7eaf237aca /package/setserial/Config.in | |
parent | 4ced0137c7b846aa70262c73e0829cc050d64c8a (diff) | |
download | upstream-5f14737467032eb3716627d761471be249fbeb47.tar.gz upstream-5f14737467032eb3716627d761471be249fbeb47.tar.bz2 upstream-5f14737467032eb3716627d761471be249fbeb47.zip |
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.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/setserial/Config.in b/package/setserial/Config.in new file mode 100644 index 0000000000..477896769e --- /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. + |