diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-06-10 17:12:46 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-06-10 17:12:46 +0000 |
| commit | 9183af1817ab1753b4480741965d2d10cc6c75bb (patch) | |
| tree | 27acb8d811fd6963b614b015d7989b8f783b4c2b /openwrt/package/Config.in | |
| parent | 3bb92a5db8aaf9f6be48ce802cec04978de885e9 (diff) | |
| download | mtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.zip mtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.tar.gz mtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.tar.bz2 | |
Add picocom package, move serial comm. stuff to its section in Config.in
SVN-Revision: 1187
Diffstat (limited to 'openwrt/package/Config.in')
| -rw-r--r-- | openwrt/package/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index c098c99..aa7c647 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -113,10 +113,13 @@ source "package/libusb/Config.in" source "package/uclibc++/Config.in" source "package/zlib/Config.in" -comment "Utilities ---" +comment "Serial communications & terminal emulation ---" source "package/microcom/Config.in" -source "package/usbutils/Config.in" # lsusb +source "package/picocom/Config.in" source "package/setserial/Config.in" + +comment "Utilities ---" +source "package/usbutils/Config.in" # lsusb source "package/strace/Config.in" # what are we going to do with both of you |
