diff options
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 000000000..477896769 --- /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. + |