aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/usb.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-291-0/+3
| | | | | | only SVN-Revision: 21251
* package/kernel: move AddDepends calls at the end of package definitions, ↵Nicolas Thill2010-04-291-52/+79
| | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-44/+0
| | | | SVN-Revision: 21132
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-52/+52
| | | | SVN-Revision: 21124
* package/kernel: use macros for hid & inputNicolas Thill2010-04-241-3/+7
| | | | SVN-Revision: 21120
* fix kmod-nls-base dependency with usb-core (#6753)Alexandros C. Couloumbis2010-04-231-1/+1
| | | | SVN-Revision: 21114
* kernel: package cypress m8 usb-to-serial module (#7210)Jo-Philipp Wich2010-04-231-0/+18
| | | | SVN-Revision: 21104
* package/kernel: use macros for kmod-rfkill dependsNicolas Thill2010-04-231-1/+2
| | | | SVN-Revision: 21102
* package/modules: package isp116x-hcd driverGabor Juhos2010-04-161-1/+19
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20934
* kernel: fix dependencies for x86 targetHauke Mehrtens2010-03-291-3/+3
| | | | | | | | | 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
* kernel: these modules are already loaded by the scsi-core packageHauke Mehrtens2010-03-211-1/+1
| | | | SVN-Revision: 20347
* kernel: x86 remove dependency on ata-core and scsi-coreHauke Mehrtens2010-03-211-1/+1
| | | | | | | | | 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
* add more usb-storage modules (#6067)Florian Fainelli2010-03-201-0/+38
| | | | SVN-Revision: 20323
* fix missing nls support for 2.6.33Travis Kemen2010-03-141-1/+1
| | | | SVN-Revision: 20214
* fix kmod-nls-base dependency with usb-core (#6753)Florian Fainelli2010-02-281-1/+1
| | | | SVN-Revision: 19918
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-261-13/+13
| | | | | | by cshore) SVN-Revision: 19879
* kernel: rename cp2101 driver to cp210x, has changed upstream (#6673)Jo-Philipp Wich2010-02-191-8/+8
| | | | SVN-Revision: 19725
* Fix KernelPackage/usb-net-rndis dependencies Fix bug #6589Hauke Mehrtens2010-01-291-2/+1
| | | | SVN-Revision: 19386
* package: kmod-usb-core depends on kmod-nls-base on 2.6.32Gabor Juhos2010-01-261-1/+1
| | | | SVN-Revision: 19347
* remove obsolete dependencies and checksFelix Fietkau2010-01-231-1/+1
| | | | SVN-Revision: 19292
* kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-221-58/+73
| | | | SVN-Revision: 19271
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-2/+2
| | | | SVN-Revision: 18955
* let usb-video load after video-core (#6214)Florian Fainelli2009-12-151-1/+1
| | | | SVN-Revision: 18788
* usb-core: Add dependency to nls-base (#5973)Vasilis Tsiligiannis2009-10-121-1/+1
| | | | SVN-Revision: 18041
* add support for the dwc_otg USB controllerFlorian Fainelli2009-10-081-0/+14
| | | | SVN-Revision: 18006
* modules/usb: fix usb-etrax dependenciesAndy Boyett2009-10-051-1/+0
| | | | SVN-Revision: 17898
* Export USB host driver as kernel packageClaudio Mignanti2009-10-021-0/+16
| | | | SVN-Revision: 17818
* add usb-net-dm9601-ether, thanks grozFlorian Fainelli2009-08-051-0/+13
| | | | SVN-Revision: 17133
* add usb-serial-motorola-phone, thanks grozFlorian Fainelli2009-08-051-0/+16
| | | | SVN-Revision: 17132
* add support for mcs-7830 usb ethernet adapter (#3977)Florian Fainelli2009-07-251-0/+15
| | | | SVN-Revision: 16990
* Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.Hauke Mehrtens2009-05-121-1/+0
| | | | SVN-Revision: 15807
* kernel/modules: add ar71xx specific KCONFIG options for the OHCI/EHCI driversGabor Juhos2009-05-071-2/+4
| | | | SVN-Revision: 15695
* add config option for RNDIS Adds the kernel config option for RNDIS, used by ↵Jo-Philipp Wich2009-04-191-0/+16
| | | | | | | | some USB ADSL modems. Not selected by default, yet. Signed-off-by: Andrea Borgia <andrea@borgia.bo.it> SVN-Revision: 15289
* Add support for CM109 USB VoIP phoneJo-Philipp Wich2009-04-191-0/+16
| | | | | | | | | | this patch adds support for USB VoIP-phones using the CM109 chipset. the cm109.ko module was added to linux kernel 2.6.28 it was tested with SVN revision 15247 on a Asus WL-500G Premium. Signed-off-by: Alfred E. Heggestad <aeh@db.org> SVN-Revision: 15258
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* extract the rfkill module to an extra package, only build rfkill module if ↵Hauke Mehrtens2009-03-071-7/+3
| | | | | | it is not integrated into the kernel. SVN-Revision: 14780
* add missing symbolsHauke Mehrtens2009-03-011-1/+2
| | | | SVN-Revision: 14721
* kernel/modules/usb.mk: hso works on 2.6.26 and laterAndy Boyett2008-12-301-1/+1
| | | | SVN-Revision: 13765
* Change order of module startup to force USB2 before USB1.1Peter Denison2008-11-091-1/+1
| | | | SVN-Revision: 13151
* add phidget kernel module from #4116Travis Kemen2008-10-171-0/+13
| | | | SVN-Revision: 12994
* Fix broken hso kmod definitionAndy Boyett2008-08-021-1/+1
| | | | SVN-Revision: 12074
* net/usb: only package hso for 2.6.26Andy Boyett2008-08-021-1/+1
| | | | SVN-Revision: 12069
* try to clean up some kernel configsTravis Kemen2008-08-021-0/+1
| | | | SVN-Revision: 12067
* usb-serial: Fix swapped dependencies for belkin and ch341Andy Boyett2008-07-271-10/+10
| | | | SVN-Revision: 11953
* add backported HSO driverImre Kaloz2008-07-261-0/+19
| | | | SVN-Revision: 11938
* usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968Andy Boyett2008-07-241-1/+16
| | | | SVN-Revision: 11914
* This series of patches closes the support gap on one of the explicitly ↵Travis Kemen2008-07-211-1/+1
| | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11898
* Add support for Connexant USB ADSL modemds (#3553)Florian Fainelli2008-06-211-0/+14
| | | | SVN-Revision: 11549
* Fix ATM usb device selection (#3429)Florian Fainelli2008-05-311-2/+2
| | | | SVN-Revision: 11307
* Add support for OTI6858 and ARK3116 usb serial converters (#3442)Florian Fainelli2008-05-181-0/+30
| | | | SVN-Revision: 11167