aboutsummaryrefslogtreecommitdiffstats
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
commit5072bc7f98df73d54648ea15a4652c381b4ab03c (patch)
treec2df15e4c47cb62d0b73097b82199f3c1ca3a151 /target/linux/ixp4xx/harddisk
parent43017da73cbd511dd18ae57c6fcc240864152e2c (diff)
downloadmaster-187ad058-5072bc7f98df73d54648ea15a4652c381b4ab03c.tar.gz
master-187ad058-5072bc7f98df73d54648ea15a4652c381b4ab03c.tar.bz2
master-187ad058-5072bc7f98df73d54648ea15a4652c381b4ab03c.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45840 3c298f89-4303-0410-b956-a3cf2f4a3e73
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