aboutsummaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-10 17:12:46 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-10 17:12:46 +0000
commit40e074dd9cac68799e066fa9b3edfce02e13cbba (patch)
tree3e603d0d33eb4aaba9f460e08507084427397c98 /package/Config.in
parent80adf7c385ddbe66d3b1f19d299688c75e545488 (diff)
downloadupstream-40e074dd9cac68799e066fa9b3edfce02e13cbba.tar.gz
upstream-40e074dd9cac68799e066fa9b3edfce02e13cbba.tar.bz2
upstream-40e074dd9cac68799e066fa9b3edfce02e13cbba.zip
Add picocom package, move serial comm. stuff to its section in Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1187 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/Config.in b/package/Config.in
index c098c995d5..aa7c6470ce 100644
--- a/package/Config.in
+++ b/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