summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-05-069-155/+24
| | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. SVN-Revision: 31634
* kernel: remove kmod-usb-serial-airprimeHauke Mehrtens2012-05-061-15/+0
| | | | | | This was removed from kernel 2.6.27 SVN-Revision: 31633
* kernel: remove kmod-usb-videoHauke Mehrtens2012-05-061-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-videoHauke Mehrtens2012-05-061-13/+0
| | | | | | This was remove in kernel 2.6.38 and is not needed any more. SVN-Revision: 31631
* kernel: add video-videobuf2Hauke Mehrtens2012-05-061-2/+24
| | | | | | This should fix #11349 and #11142 SVN-Revision: 31630
* kernel: build kmod-video-gspca-gl860 and kmod-video-gspca-jeilinj on all ↵Hauke Mehrtens2012-05-061-2/+0
| | | | | | | | kernel versions This module is available on all supported kernel versions SVN-Revision: 31629
* kernel: add kmod-video-gspca-konica and remove kmod-video-konicaHauke Mehrtens2012-05-061-17/+15
| | | | | | kmod-video-konica was removed from kernel 2.6.38 and is now replaced by kmod-video-gspca-konica SVN-Revision: 31628
* kernel: remove kmod-video-ov511 and kmod-video-ovcamchipHauke Mehrtens2012-05-061-35/+0
| | | | | | These two modules where removed from kernel with kernel version 2.6.36, use kmod-video-gspca-ov519 instead. SVN-Revision: 31627
* move CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT to the target configsGabor Juhos2012-05-011-3/+1
| | | | SVN-Revision: 31547
* package/kernel: add module for the Pericom PT7C4338 RTC chipGabor Juhos2012-04-291-0/+14
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31526
* package/kernel: add i2c module support for Freescale MPC processorsGabor Juhos2012-04-291-1/+17
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31524
* package/kernel: add module for the Booke watchdogGabor Juhos2012-04-291-0/+18
| | | | | | Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31522
* fix kmod-pcmcia-serial for 3.3+ kernelsFlorian Fainelli2012-04-271-1/+5
| | | | SVN-Revision: 31490
* kernel: fix packaging of 8250.ko with Linux 3.x This commit fixes build ↵Jo-Philipp Wich2012-04-251-0/+8
| | | | | | breakage in package/kernel leading to missing subsequent kmods like kmod-usb-serial, this should fix the missing packages in ar71xx builds. SVN-Revision: 31477
* kernel: add some more missing kernel config symbolsJonas Gorski2012-04-241-3/+10
| | | | SVN-Revision: 31458
* disable xfs on avr32Travis Kemen2012-04-151-1/+1
| | | | SVN-Revision: 31291
* kernel: add some more additional missing config symbols for 3.2 and 3.3Jonas Gorski2012-04-093-3/+7
| | | | SVN-Revision: 31221
* revert bad changeTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31154
* Disable xfs on avr32, it has been failing the build for at least a monthTravis Kemen2012-04-011-1/+1
| | | | SVN-Revision: 31153
* package: kernel: add missing config symbols for serial-8250Jonas Gorski2012-03-281-1/+3
| | | | SVN-Revision: 31134
* package/kernel: create packages for the LED Timer/Default ON triggersGabor Juhos2012-03-271-0/+31
| | | | SVN-Revision: 31106
* package/kernel: allow to build RTC modules for 3.xGabor Juhos2012-03-272-6/+26
| | | | SVN-Revision: 31105
* kernel: add kmod-acpi-buttonJo-Philipp Wich2012-03-191-1/+16
| | | | SVN-Revision: 31037
* kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and ↵Jo-Philipp Wich2012-03-192-0/+2
| | | | | | kmod-ata-sis SVN-Revision: 31029
* Add support for the 8250 UART module.Jo-Philipp Wich2012-03-181-0/+18
| | | | | | | | | It has been added at the end of other.mk as i couldn't find a better place for it. Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30989
* Fix the title and the description of the kmod for DS2433.Jo-Philipp Wich2012-03-181-2/+2
| | | | | | | | | | This kmod has been certainly added by copy/paste but the title and description were not updated. Fix that. The DS2433 is a 1 wire 4kb eeprom with CRC capability. Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30988
* Adds a kmod for the DS2431Jo-Philipp Wich2012-03-181-0/+13
| | | | | | | | The DS2431 is a 1 wire 1kb eeprom. Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30987
* This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and ↵Jo-Philipp Wich2012-03-181-0/+13
| | | | | | | | humidity sensor) Signed-off-by: Christian Gagneraud <chris@techworks.ie> SVN-Revision: 30986
* kernel: add kmod-usb-net-ipheth (#10157)Jo-Philipp Wich2012-03-181-0/+15
| | | | SVN-Revision: 30981
* 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