Commit Graph

136 Commits (fb646844355554619e4ab367dde666b38833d496)

Author SHA1 Message Date
Florian Fainelli 70225e0de3 fix USB modules build on octeon
SVN-Revision: 26374
13 years ago
Hauke Mehrtens aadec1ec97 kernel: fix some problems with kernel 2.6.38
In some places LINUX_2_6_38 was just missing.
Some kernel modules were moved.

SVN-Revision: 26239
14 years ago
Michael Büsch d80af7ebba Fix loading of ethernet gadget
SVN-Revision: 25905
14 years ago
Michael Büsch 693bc17d40 Load MUSB before gadget and host drivers are loaded
SVN-Revision: 25903
14 years ago
Michael Büsch 8dbb2ee6f2 tahvo doesn't need ohci
SVN-Revision: 25469
14 years ago
Michael Büsch e19a286cae Add tusb6010 package and let tahvo-usb select it
SVN-Revision: 25465
14 years ago
Michael Büsch 77d0d3783b Remove TUSB6010 config options from musb config
SVN-Revision: 25462
14 years ago
Florian Fainelli 2689e63f58 enable MOS7720 usb-serial devices
Enable build of kernel module for MOS7720 usb-serial devices.
Tested on WGT634U and WL500g running trunk @r24238.

Signed-off-by: Marc Zyngier <maz@misterjones.org>

SVN-Revision: 25174
14 years ago
Felix Fietkau 781df33e2a add a few missing usb related symbols (relevant for mpc85xx)
SVN-Revision: 25038
14 years ago
Hauke Mehrtens ab461fd74f kernel: add kmod-usb-serial-wwan
This package is needed by kmod-usb-serial-option

Thank you raver (closes #7731)

SVN-Revision: 24271
14 years ago
Vasilis Tsiligiannis 28d277e542 kernel/modules: Fix CH341 USB-to-serial description (#8097)
SVN-Revision: 23563
14 years ago
Michael Büsch 1c74711ec1 Fix musb-hdrc module loading
SVN-Revision: 22928
14 years ago
Florian Fainelli 6edf2c577b add kmod-usb-serial-ipw module
This patch adds support to compile kmod-usb-serial-ipw module. It is
used by USB IPWireless communication devices used for 3G.

Signed-off-by: Lukas macura <macura@opf.slu.cz>

SVN-Revision: 22891
14 years ago
Michael Büsch 7a8066735d Add usb gadget feature flag
SVN-Revision: 22798
14 years ago
Michael Büsch 3b6d2366bd Add usb gadget packages
SVN-Revision: 22785
14 years ago
Michael Büsch e54b810ace tahvo-usb: Use platform device interface properly (don't crash)
SVN-Revision: 22780
14 years ago
Felix Fietkau 0f64b1d870 kernel: speed up building kernel packages by getting rid of unnecessary CompareKernelPatchVer calls
SVN-Revision: 22724
14 years ago
Michael Büsch 7c97bbabe7 Add Tahvo USB support
SVN-Revision: 22712
14 years ago
Nicolas Thill 99a3935f4d package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310)
SVN-Revision: 22632
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Hauke Mehrtens 88eb1b7ad0 kernel: modules names changed with kernel 2.6.35
SVN-Revision: 22139
14 years ago
Claudio Mignanti 6a46e15720 kmod-usb-core is buildin on etrax target
SVN-Revision: 22130
14 years ago
Felix Fietkau ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
14 years ago
Felix Fietkau 543d870e82 remove linux 2.4 support from several packages
SVN-Revision: 21954
14 years ago
Nicolas Thill 36ee230fca package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only
SVN-Revision: 21251
14 years ago
Nicolas Thill fc43e1f4f5 package/kernel: move AddDepends calls at the end of package definitions, move back some dependencies in DEPENDS for clarity
SVN-Revision: 21248
14 years ago
Nicolas Thill 484051d055 package/kernel: move target specific modules to their own target files
SVN-Revision: 21132
14 years ago
Nicolas Thill 194b6b20ea package/kernel: rename KernelPackage/*/Depends to AddDepends/*
SVN-Revision: 21124
14 years ago
Nicolas Thill e9dcaa6a13 package/kernel: use macros for hid & input
SVN-Revision: 21120
14 years ago
Alexandros C. Couloumbis acb329137e fix kmod-nls-base dependency with usb-core (#6753)
SVN-Revision: 21114
14 years ago
Jo-Philipp Wich 62c8bfcbbd kernel: package cypress m8 usb-to-serial module (#7210)
SVN-Revision: 21104
14 years ago
Nicolas Thill 9d7068ebdc package/kernel: use macros for kmod-rfkill depends
SVN-Revision: 21102
14 years ago
Gabor Juhos 9fb0688893 package/modules: package isp116x-hcd driver
Cc: backfire@openwrt.org

SVN-Revision: 20934
14 years ago
Hauke Mehrtens 23c3cdcd66 kernel: fix dependencies for x86 target
kmod-hid and kmod-input-core are directly build into the kernel for the
x86 target. No package on x86 should depend on it.

This fixes #6963

SVN-Revision: 20590
14 years ago
Hauke Mehrtens cd2cee46ac kernel: these modules are already loaded by the scsi-core package
SVN-Revision: 20347
15 years ago
Hauke Mehrtens 68a2efe2d1 kernel: x86 remove dependency on ata-core and scsi-core
The x86 image includes the modules out of ata-core and scsi-core
directly in the kernel image. Do not depend on these packages, because
they are not build in a x86 image.
This fixes #6873

SVN-Revision: 20346
15 years ago
Florian Fainelli ea66b2355d add more usb-storage modules (#6067)
SVN-Revision: 20323
15 years ago
Travis Kemen 411ab9871e fix missing nls support for 2.6.33
SVN-Revision: 20214
15 years ago
Florian Fainelli 32bba7d154 fix kmod-nls-base dependency with usb-core (#6753)
SVN-Revision: 19918
15 years ago
Felix Fietkau 61c2b29295 mark relevant kmod-* packages as being required for rootfs mounting (patch by cshore)
SVN-Revision: 19879
15 years ago
Jo-Philipp Wich bd4f4a9204 kernel: rename cp2101 driver to cp210x, has changed upstream (#6673)
SVN-Revision: 19725
15 years ago
Hauke Mehrtens d711afb3be Fix KernelPackage/usb-net-rndis dependencies Fix bug #6589
SVN-Revision: 19386
15 years ago
Gabor Juhos af7050699e package: kmod-usb-core depends on kmod-nls-base on 2.6.32
SVN-Revision: 19347
15 years ago
Felix Fietkau 39b2af1f5b remove obsolete dependencies and checks
SVN-Revision: 19292
15 years ago
Nicolas Thill 405553df58 kernel: specify kmod packages dependencies in a uniform way
SVN-Revision: 19271
15 years ago
Imre Kaloz 29a020ffb3 remove handling of older unsupported kernels
SVN-Revision: 18955
15 years ago
Florian Fainelli be7d2663b3 let usb-video load after video-core (#6214)
SVN-Revision: 18788
15 years ago
Vasilis Tsiligiannis 79973cfaa7 usb-core: Add dependency to nls-base (#5973)
SVN-Revision: 18041
15 years ago
Florian Fainelli ffc90868e4 add support for the dwc_otg USB controller
SVN-Revision: 18006
15 years ago
Andy Boyett 94d54bb667 modules/usb: fix usb-etrax dependencies
SVN-Revision: 17898
15 years ago