diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-25 14:42:34 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-08-25 14:42:34 +0000 |
commit | e7190ac69b9fbe2f7103b8d71ef1c214e065f3b2 (patch) | |
tree | c75f484a38e5078dae87c81f62100fab80e76953 | |
parent | baf08dd90b5dad3bb6bba3a7036b1ff74e40ac6e (diff) |
x86/alix2: add kmod-usb2-pci to default packages
The USB controller is sitting on the PCI bus and
without the package the EHCI controller is not
usable.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37835 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index fec6c0d736..ff9f816a21 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -10,7 +10,7 @@ DEFAULT_PACKAGES += \ kmod-i2c-core kmod-i2c-gpio \ kmod-i2c-algo-bit kmod-i2c-algo-pca kmod-i2c-algo-pcf \ kmod-i2c-scx200-acb \ - kmod-usb-core kmod-usb2 kmod-usb-ohci \ + kmod-usb-core kmod-usb2 kmod-usb2-pci kmod-usb-ohci \ kmod-cfg80211 kmod-mac80211 \ kmod-mppe kmod-pppoe kmod-pppol2tp \ kmod-ath5k kmod-ath9k \ |