diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-08-25 14:42:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-08-25 14:42:34 +0000 |
commit | 77e00faa338fd890028042ba1cacd7a405f38269 (patch) | |
tree | f824c05d5977678628d78203c26d763bf060b313 /target | |
parent | 42914b0b0e47237400a825a54189d707abd86693 (diff) | |
download | upstream-77e00faa338fd890028042ba1cacd7a405f38269.tar.gz upstream-77e00faa338fd890028042ba1cacd7a405f38269.tar.bz2 upstream-77e00faa338fd890028042ba1cacd7a405f38269.zip |
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>
SVN-Revision: 37835
Diffstat (limited to 'target')
-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 \ |