diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-09 07:37:03 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-09 07:37:03 +0000 |
commit | f8dfba9a0ae55da928ddc3500e315cf0838ffb36 (patch) | |
tree | 5432c189cae0035fa75f2d6f97a54834b583098c /target | |
parent | c6c3fa9f1cef6a8926fbba7026c7646c812b67af (diff) | |
download | upstream-f8dfba9a0ae55da928ddc3500e315cf0838ffb36.tar.gz upstream-f8dfba9a0ae55da928ddc3500e315cf0838ffb36.tar.bz2 upstream-f8dfba9a0ae55da928ddc3500e315cf0838ffb36.zip |
select kmod-usb-octeon in the mototech profile
SVN-Revision: 18014
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/octeon/profiles/100-Mototech.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/octeon/profiles/100-Mototech.mk b/target/linux/octeon/profiles/100-Mototech.mk index 62698ad936..17e778b1d4 100644 --- a/target/linux/octeon/profiles/100-Mototech.mk +++ b/target/linux/octeon/profiles/100-Mototech.mk @@ -7,7 +7,8 @@ define Profile/mototech NAME:=Mototech evaluation board - PACKAGES:=kmod-ath9k kmod-ata-core kmod-ata-sil24 kmod-usb-core kmod-usb2 + PACKAGES:=kmod-ath9k kmod-ata-core kmod-ata-sil24 kmod-usb-core kmod-usb2 \ + kmod-usb-octeon endef define Profile/mototech/Description |