2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Jonas Gorski
2015-05-29 14:39:12 +00:00
parent dcd7479a99
commit aafc3092e2
5 changed files with 5 additions and 5 deletions

View File

@@ -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