diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-05-29 14:39:12 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-05-29 14:39:12 +0000 |
commit | aafc3092e23b92678628310e08af147f11d55230 (patch) | |
tree | c38f608ff8dece68a2266e324dbfc0206872a706 /target/linux/ixp4xx/generic/profiles/500-USR8200.mk | |
parent | dcd7479a9933daa1c76b4cb45fb5e5fbe7317fe1 (diff) | |
download | upstream-aafc3092e23b92678628310e08af147f11d55230.tar.gz upstream-aafc3092e23b92678628310e08af147f11d55230.tar.bz2 upstream-aafc3092e23b92678628310e08af147f11d55230.zip |
ixp4xx: use usb-*-pci where appropriate
Most boards use pci connected usb controllers, so make sure to include
the pci drivers.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45840
Diffstat (limited to 'target/linux/ixp4xx/generic/profiles/500-USR8200.mk')
-rw-r--r-- | target/linux/ixp4xx/generic/profiles/500-USR8200.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/generic/profiles/500-USR8200.mk b/target/linux/ixp4xx/generic/profiles/500-USR8200.mk index fc9a491111..02ee0593c1 100644 --- a/target/linux/ixp4xx/generic/profiles/500-USR8200.mk +++ b/target/linux/ixp4xx/generic/profiles/500-USR8200.mk @@ -8,7 +8,7 @@ define Profile/USR8200 NAME:=USRobotics USR8200 PACKAGES:=-wpad-mini kmod-scsi-core \ - kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \ + kmod-usb-core kmod-usb-uhci kmod-usb2-pci kmod-usb-storage \ kmod-fs-ext4 kmod-firewire kmod-firewire-ohci kmod-firewire-sbp2 endef |