summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/harddisk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-05-29 14:39:12 +0000
committerJonas Gorski <jogo@openwrt.org>2015-05-29 14:39:12 +0000
commitaafc3092e23b92678628310e08af147f11d55230 (patch)
treec38f608ff8dece68a2266e324dbfc0206872a706 /target/linux/ixp4xx/harddisk
parentdcd7479a9933daa1c76b4cb45fb5e5fbe7317fe1 (diff)
downloadmaster-31e0f0ae-aafc3092e23b92678628310e08af147f11d55230.tar.gz
master-31e0f0ae-aafc3092e23b92678628310e08af147f11d55230.tar.bz2
master-31e0f0ae-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/harddisk')
-rw-r--r--target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk b/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk
index 012c896fce..21f5e1fd43 100644
--- a/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk
+++ b/target/linux/ixp4xx/harddisk/profiles/100-FSG3.mk
@@ -9,7 +9,7 @@ define Profile/FSG3
NAME:=Freecom FSG-3
PACKAGES:= \
kmod-ath5k \
- 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-fs-reiserfs
endef