aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-21 01:59:26 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-21 01:59:26 +0000
commit5b88cb985e85fe1d7bdbee55a086bbbd8f2ae5ed (patch)
tree52646abdf2ac1e03f0abeaf53708c551b3534f85
parent178af7ff693c4f6946235e4f85664ced39aee95e (diff)
downloadupstream-5b88cb985e85fe1d7bdbee55a086bbbd8f2ae5ed.tar.gz
upstream-5b88cb985e85fe1d7bdbee55a086bbbd8f2ae5ed.tar.bz2
upstream-5b88cb985e85fe1d7bdbee55a086bbbd8f2ae5ed.zip
Move usbutils (lsusb) at the right place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1003 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in
index 52f3f57721b..79c4516f792 100644
--- a/openwrt/package/Config.in
+++ b/openwrt/package/Config.in
@@ -41,6 +41,7 @@ source "package/iproute2/Config.in"
source "package/kismet/Config.in"
source "package/l2tpd/Config.in"
source "package/lighttpd/Config.in"
+source "package/usbutils/Config.in" # lsusb
source "package/maradns/Config.in"
source "package/net-snmp/Config.in"
source "package/nfs-server/Config.in"
@@ -68,7 +69,6 @@ source "package/tcpdump/Config.in"
source "package/tinc/Config.in"
source "package/ttcp/Config.in"
source "package/ulogd/Config.in"
-source "package/usbutils/Config.in"
source "package/vsftpd/Config.in"
source "package/wireless-tools/Config.in"
source "package/wol/Config.in"