Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining etrax references | John Crispin | 2013-01-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 34968 | ||||
* | package/kernel: remove obsolete CONFIG_USB_[EO]HCI_RT3883=y symbols | Gabor Juhos | 2012-12-22 | 1 | -2/+0 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34844 | ||||
* | add missing =y | Imre Kaloz | 2012-10-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 33988 | ||||
* | add missing 3.6 symbols | Imre Kaloz | 2012-10-29 | 1 | -6/+8 |
| | | | | SVN-Revision: 33986 | ||||
* | move isp116x driver to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -19/+0 |
| | | | | SVN-Revision: 32865 | ||||
* | move rt305x-dwc driver to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -21/+0 |
| | | | | SVN-Revision: 32864 | ||||
* | move usb driver to target specific modules.mk | Florian Fainelli | 2012-07-25 | 1 | -15/+0 |
| | | | | SVN-Revision: 32861 | ||||
* | move omap specific modules to modules.mk | Florian Fainelli | 2012-07-24 | 1 | -73/+0 |
| | | | | SVN-Revision: 32810 | ||||
* | kernel: add module packages for usbip (from the packages feed) | Felix Fietkau | 2012-06-07 | 1 | -0/+31 |
| | | | | SVN-Revision: 32117 | ||||
* | kernel: remove more unnecessary kernel version checks/dependencies | Felix Fietkau | 2012-05-27 | 1 | -7/+2 |
| | | | | SVN-Revision: 31907 | ||||
* | kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵ | Felix Fietkau | 2012-05-27 | 1 | -1/+1 |
| | | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment SVN-Revision: 31870 | ||||
* | kernel: remove obsolete dependencies and conditionals | Felix Fietkau | 2012-05-17 | 1 | -2/+1 |
| | | | | SVN-Revision: 31779 | ||||
* | kernel: remove kmod-usb-serial-airprime | Hauke Mehrtens | 2012-05-06 | 1 | -15/+0 |
| | | | | | | This was removed from kernel 2.6.27 SVN-Revision: 31633 | ||||
* | kernel: remove kmod-usb-video | Hauke Mehrtens | 2012-05-06 | 1 | -15/+0 |
| | | | | | | | | This was remove in kernel 2.6.38 and is not needed any more. The last commit (r31631) has the wrong message, kmod-usb-phidget was removed in kernel 2.6.30. SVN-Revision: 31632 | ||||
* | kernel: remove kmod-usb-video | Hauke Mehrtens | 2012-05-06 | 1 | -13/+0 |
| | | | | | | This was remove in kernel 2.6.38 and is not needed any more. SVN-Revision: 31631 | ||||
* | kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and ↵ | Jo-Philipp Wich | 2012-03-19 | 1 | -0/+1 |
| | | | | | | kmod-ata-sis SVN-Revision: 31029 | ||||
* | kernel: add kmod-usb-net-ipheth (#10157) | Jo-Philipp Wich | 2012-03-18 | 1 | -0/+15 |
| | | | | SVN-Revision: 30981 | ||||
* | kernel: add kmod-usb-serial-qualcomm (#8283) | Jo-Philipp Wich | 2012-03-18 | 1 | -1/+15 |
| | | | | SVN-Revision: 30979 | ||||
* | package/modules: enable ECHI/OHCI for RT3883 | Gabor Juhos | 2012-02-13 | 1 | -0/+2 |
| | | | | SVN-Revision: 30496 | ||||
* | package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbols | Gabor Juhos | 2012-02-10 | 1 | -2/+0 |
| | | | | SVN-Revision: 30412 | ||||
* | brcm63xx: add support for linux 3.3 | Jonas Gorski | 2012-02-04 | 1 | -0/+2 |
| | | | | SVN-Revision: 30027 | ||||
* | package/kernel: add ATH79 symbols for OHCI/EHCI drivers | Gabor Juhos | 2012-01-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 29861 | ||||
* | packages: kernel: add usb-common.ko to usb package for kernel >= 3.2 | Hauke Mehrtens | 2012-01-18 | 1 | -2/+9 |
| | | | | SVN-Revision: 29776 | ||||
* | brcm47xx: add new usb driver for bcma bus and replace ssb usb driver. | Hauke Mehrtens | 2011-12-19 | 1 | -0/+19 |
| | | | | | | This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more. SVN-Revision: 29575 | ||||
* | kernel: package TI's USB 3410/505 usb driver | John Crispin | 2011-11-30 | 1 | -0/+15 |
| | | | | | | | | | This is a patch that adds kernel drivers for TI's USB 3410/5052 devices to the `make menuconfig` GUI during setup. Signed-off-by: Nemanja Stefanovic <nemik@nemik.net> SVN-Revision: 29366 | ||||
* | omap24xx: Fix MUSB compile | Michael Büsch | 2011-10-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 28674 | ||||
* | package/kernel: various NLS handling fixes | Nicolas Thill | 2011-10-29 | 1 | -2/+3 |
| | | | | | | | | * move AddDepends/nls to 001-depends.mk for proper use by other packages (closes: #7639) * make kmod-usb-core use it * fix deps generated from its arguments (as used in kmod-fs-hfsplus) SVN-Revision: 28668 | ||||
* | package/kernel: enable kmod-ata-core & kmod-scsi-core on x86 | Nicolas Thill | 2011-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 28662 | ||||
* | kernel: modules: usb.mk: fix a typo | Jonas Gorski | 2011-09-22 | 1 | -1/+1 |
| | | | | | | Closes #10143. SVN-Revision: 28290 | ||||
* | package: dwc_otg is required for external root on ramips. | Gabor Juhos | 2011-08-22 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl> SVN-Revision: 28074 | ||||
* | package/kernel: create package for the RT305x dwc_otg driver | Gabor Juhos | 2011-08-15 | 1 | -0/+19 |
| | | | | | | Based on a patch by Layne Edwards <ledwards76@gmail.com> SVN-Revision: 27998 | ||||
* | package/kernel: invert dependencies for current kernel features | Jonas Gorski | 2011-08-09 | 1 | -2/+2 |
| | | | | | | | Instead of depending on new kernel versions, depend on not having one of the older ones (or vice versa for modules removed in current kernels). SVN-Revision: 27934 | ||||
* | package/kernel: Update version dependencies and kmods for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -2/+2 |
| | | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27186 | ||||
* | kernel: generic: Update 2.6.39 to final | Hauke Mehrtens | 2011-05-25 | 1 | -2/+2 |
| | | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch SVN-Revision: 27010 | ||||
* | package/kernel: Remove $(KMOD_SUFFIX) usage | Vasilis Tsiligiannis | 2011-05-15 | 1 | -1/+1 |
| | | | | | | | | | Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with ko for all mainline kernel modules. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26900 | ||||
* | kernel: usb-net depends on kernel MII support | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 26425 | ||||
* | kernel: add a package for the sierra_net module for sierra wireless 3g devices | Felix Fietkau | 2011-04-03 | 1 | -0/+14 |
| | | | | SVN-Revision: 26424 | ||||
* | fix USB modules build on octeon | Florian Fainelli | 2011-03-30 | 1 | -1/+3 |
| | | | | SVN-Revision: 26374 | ||||
* | kernel: fix some problems with kernel 2.6.38 | Hauke Mehrtens | 2011-03-19 | 1 | -2/+2 |
| | | | | | | | In some places LINUX_2_6_38 was just missing. Some kernel modules were moved. SVN-Revision: 26239 | ||||
* | Fix loading of ethernet gadget | Michael Büsch | 2011-03-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 25905 | ||||
* | Load MUSB before gadget and host drivers are loaded | Michael Büsch | 2011-03-06 | 1 | -3/+3 |
| | | | | SVN-Revision: 25903 | ||||
* | tahvo doesn't need ohci | Michael Büsch | 2011-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 25469 | ||||
* | Add tusb6010 package and let tahvo-usb select it | Michael Büsch | 2011-02-11 | 1 | -3/+35 |
| | | | | SVN-Revision: 25465 | ||||
* | Remove TUSB6010 config options from musb config | Michael Büsch | 2011-02-11 | 1 | -4/+2 |
| | | | | SVN-Revision: 25462 | ||||
* | enable MOS7720 usb-serial devices | Florian Fainelli | 2011-01-27 | 1 | -0/+15 |
| | | | | | | | | | 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 | ||||
* | add a few missing usb related symbols (relevant for mpc85xx) | Felix Fietkau | 2011-01-18 | 1 | -2/+3 |
| | | | | SVN-Revision: 25038 | ||||
* | kernel: add kmod-usb-serial-wwan | Hauke Mehrtens | 2010-12-05 | 1 | -0/+17 |
| | | | | | | | | This package is needed by kmod-usb-serial-option Thank you raver (closes #7731) SVN-Revision: 24271 | ||||
* | kernel/modules: Fix CH341 USB-to-serial description (#8097) | Vasilis Tsiligiannis | 2010-10-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 23563 | ||||
* | Fix musb-hdrc module loading | Michael Büsch | 2010-09-05 | 1 | -2/+3 |
| | | | | SVN-Revision: 22928 | ||||
* | add kmod-usb-serial-ipw module | Florian Fainelli | 2010-09-04 | 1 | -0/+11 |
| | | | | | | | | | 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 |