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/200-NSLU2.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/200-NSLU2.mk')
-rw-r--r-- | target/linux/ixp4xx/generic/profiles/200-NSLU2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk b/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk index e93e79ebed..93febb0d37 100644 --- a/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk +++ b/target/linux/ixp4xx/generic/profiles/200-NSLU2.mk @@ -8,7 +8,7 @@ define Profile/NSLU2 NAME:=Linksys NSLU2 PACKAGES:=-wpad-mini -kmod-ath5k kmod-scsi-core \ - kmod-usb-core kmod-usb-ohci kmod-usb2-pci kmod-usb-storage \ + kmod-usb-core kmod-usb-ohci-pci kmod-usb2-pci kmod-usb-storage \ kmod-fs-ext4 endef |