aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-08-15 14:11:58 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-08-15 14:11:58 +0000
commite1b176de82b45a30075dcd57b5d5443d7f277c41 (patch)
tree41058e5c2cf032cdb399251ead0b88647a6ee73c /target
parent09dd2b5f89018e7ef41349dccd1efa6003500b37 (diff)
downloadupstream-e1b176de82b45a30075dcd57b5d5443d7f277c41.tar.gz
upstream-e1b176de82b45a30075dcd57b5d5443d7f277c41.tar.bz2
upstream-e1b176de82b45a30075dcd57b5d5443d7f277c41.zip
ramips: rt305x: add some USB modules to the default profile
SVN-Revision: 27999
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/rt305x/profiles/00-default.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ramips/rt305x/profiles/00-default.mk b/target/linux/ramips/rt305x/profiles/00-default.mk
index aa0f08e34f..e5d51b276c 100644
--- a/target/linux/ramips/rt305x/profiles/00-default.mk
+++ b/target/linux/ramips/rt305x/profiles/00-default.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2010 OpenWrt.org
+# Copyright (C) 2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,7 +7,9 @@
define Profile/Default
NAME:=Default Profile
- PACKAGES:=kmod-rt2800-pci
+ PACKAGES:=\
+ kmod-rt2800-pci kmod-usb-core kmod-usb-rt305x-dwc_otg \
+ kmod-ledtrig-usbdev
endef
define Profile/Default/Description