aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add kmod-usb-serial-qualcomm (#8283)Jo-Philipp Wich2012-03-181-1/+15
| | | | SVN-Revision: 30979
* kernel: add kmod-ata-sis (#8259)Jo-Philipp Wich2012-03-181-1/+15
| | | | SVN-Revision: 30978
* kernel: small correction of menuconfig title for kmod-video-gspca-ov534-9Jo-Philipp Wich2012-03-181-1/+1
| | | | SVN-Revision: 30977
* kernel: add kmod-video-gspca-ov534-9Jo-Philipp Wich2012-03-181-0/+15
| | | | SVN-Revision: 30975
* fix ipt_ttl and ipt_TTL userspace library packagingJo-Philipp Wich2012-03-121-0/+1
| | | | SVN-Revision: 30897
* package/kernel: add package for the ath79 watchdogGabor Juhos2012-03-081-0/+17
| | | | SVN-Revision: 30851
* package/kernel: don't allow to select NAND modules for kernels <3.0Gabor Juhos2012-03-051-1/+2
| | | | SVN-Revision: 30828
* package/kernel: package nandsim moduleGabor Juhos2012-03-021-0/+16
| | | | SVN-Revision: 30774
* package/kernel: package NAND supportGabor Juhos2012-03-021-1/+21
| | | | SVN-Revision: 30773
* kernel: only depend on kmod-rtc-core if its provided by the used Kernel versionJo-Philipp Wich2012-02-251-2/+2
| | | | SVN-Revision: 30716
* mac80211: add brcmsmac driverHauke Mehrtens2012-02-191-0/+32
| | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. SVN-Revision: 30643
* package/kernel: add package for MTD testing modulesGabor Juhos2012-02-181-0/+22
| | | | SVN-Revision: 30628
* kernel: fix KCONFIG depends of kmod-md modulesJo-Philipp Wich2012-02-151-13/+13
| | | | SVN-Revision: 30564
* add missing autoload shortcut to crypto modules for btrfsJohn Crispin2012-02-141-2/+2
| | | | | | | | Currently the btrfs module (and other fs modules) is loaded before other modules to provide early extroot compatibility. This will fail for btrfs however, because the dependencies crypto-core and crypto-hash are missing. This patch makes them available for early loading too. Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 30542
* Add kernel module package for SLIPJohn Crispin2012-02-141-0/+25
| | | | | | | | This patch adds support for a kernel module package for SLIP. We needed it forusing tunslip6 from Contiki OS for 6LoWPAN communications. Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de> SVN-Revision: 30538
* package/modules: enable ECHI/OHCI for RT3883Gabor Juhos2012-02-131-0/+2
| | | | SVN-Revision: 30496
* package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbolsGabor Juhos2012-02-101-2/+0
| | | | SVN-Revision: 30412
* brcm63xx: add support for linux 3.3Jonas Gorski2012-02-041-0/+2
| | | | SVN-Revision: 30027
* leds.mk: remove obsolete references to leds-alix and leds-net5501 modules ↵Jo-Philipp Wich2012-02-031-33/+0
| | | | | | These are now supported by platform drivers in arch/x86/platform/geode. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30020
* kernel: update module names and add new config symbols for linux 3.3Jonas Gorski2012-02-024-4/+11
| | | | SVN-Revision: 29985
* package/kernel: add ATH79 symbols for OHCI/EHCI driversGabor Juhos2012-01-221-0/+2
| | | | SVN-Revision: 29861
* ar71xx: rename vsc7385 spi driverGabor Juhos2012-01-221-2/+2
| | | | SVN-Revision: 29853
* kernel: fix OCF for linux 3.2Jonas Gorski2012-01-191-1/+1
| | | | | | Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. SVN-Revision: 29818
* package: kernel: fix files for blowfish and pcimcia-rsrcJonas Gorski2012-01-192-3/+4
| | | | | | Based on a patch from Philip Prindeville. SVN-Revision: 29797
* packages: kernel: add usb-common.ko to usb package for kernel >= 3.2Hauke Mehrtens2012-01-181-2/+9
| | | | SVN-Revision: 29776
* package/kernel: add package for the PCF2123 RTC driverGabor Juhos2012-01-041-0/+16
| | | | SVN-Revision: 29664
* remove current RTSP supportJo-Philipp Wich2012-01-041-1/+0
| | | | SVN-Revision: 29643
* brcm47xx: add new usb driver for bcma bus and replace ssb usb driver.Hauke Mehrtens2011-12-191-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: rename kmod-switch-rtl8366_smi to kmod-switch-rtl8366-smi to avoid ↵Jo-Philipp Wich2011-12-131-4/+4
| | | | | | underscores in package names SVN-Revision: 29518
* package/kernel: create packages for the rtl8366* driversGabor Juhos2011-12-011-0/+45
| | | | | | | | | This allows to enable rtl8366 switches family support, which are optional (present on few boards). Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 29388
* kernel: package TI's USB 3410/505 usb driverJohn Crispin2011-11-301-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
* kernel: This adds support for Marvell S-ATA.John Crispin2011-11-301-0/+15
| | | | | | | | Useful for kirkwood and probably other Marvell SoCs. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29364
* allow building 8021q and bridge as modulesFlorian Fainelli2011-11-151-0/+62
| | | | SVN-Revision: 29163
* kmod-r6040 depends on kmod-libphyFlorian Fainelli2011-11-151-1/+1
| | | | SVN-Revision: 29162
* package: kernel: fix typoJonas Gorski2011-11-091-1/+1
| | | | SVN-Revision: 28898
* package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)Jonas Gorski2011-11-095-50/+198
| | | | SVN-Revision: 28897
* modules: fixes ko files that were renamed in 3.1John Crispin2011-11-032-0/+15
| | | | SVN-Revision: 28724
* omap24xx: Fix MUSB compileMichael Büsch2011-10-291-0/+1
| | | | SVN-Revision: 28674
* package/kernel: various NLS handling fixesNicolas Thill2011-10-294-15/+17
| | | | | | | | * 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: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf (closes: ↵Nicolas Thill2011-10-291-0/+1
| | | | | | #8045) SVN-Revision: 28666
* package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-firewireNicolas Thill2011-10-291-2/+2
| | | | SVN-Revision: 28665
* package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be ↵Nicolas Thill2011-10-281-7/+6
| | | | | | sleep-deprived?) SVN-Revision: 28663
* package/kernel: enable kmod-ata-core & kmod-scsi-core on x86Nicolas Thill2011-10-283-7/+6
| | | | SVN-Revision: 28662
* package/kernel: fix kmod-fs-cifs dependencies (closes: #9381, #10055)Nicolas Thill2011-10-281-0/+8
| | | | SVN-Revision: 28661
* package/kernel: move MD4 crypto module in its own packageNicolas Thill2011-10-281-2/+12
| | | | SVN-Revision: 28660
* package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656)Nicolas Thill2011-10-281-1/+1
| | | | SVN-Revision: 28659
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-287-34/+34
| | | | SVN-Revision: 28656
* package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfsNicolas Thill2011-10-281-1/+1
| | | | SVN-Revision: 28655
* package/kernel: add kmod-lib-lzoNicolas Thill2011-10-281-0/+19
| | | | SVN-Revision: 28654
* package/kernel: remove SetDepends not needed anymoreNicolas Thill2011-10-283-24/+4
| | | | SVN-Revision: 28653