summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules
Commit message (Collapse)AuthorAgeFilesLines
* kernel: kmod-fs-jfsHauke Mehrtens2014-02-051-0/+16
| | | | | | | | This patch adds journaled file system (JFS) kernel module support. Signed-off-by: Gerald Matzka<mgerald21@yahoo.de> SVN-Revision: 39484
* linux: don't break kmod-fs-nfs for Kernels < 3.6.xJo-Philipp Wich2014-02-041-0/+5
| | | | SVN-Revision: 39462
* linux: fix kmod-fs-nfs to include nfsv3.ko, it was split out of nfs.ko in ↵Jo-Philipp Wich2014-02-041-2/+3
| | | | | | Linux 3.6 SVN-Revision: 39459
* kernel/modules: add xen-privcmd packageGabor Juhos2014-01-301-1/+18
| | | | | | | | | | | | Also select that for kmod-xen-fs. Fixes the following build error: Package kmod-xen-fs is missing dependencies for the following libraries: xen-privcmd.ko Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39430
* kernel: add usb3 module definitionsJohn Crispin2014-01-191-0/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39331
* packages: kernel: reverse kernel dependencies logicHauke Mehrtens2014-01-142-2/+2
| | | | | | | | This will select the correct dependencies also for more recent kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39289
* ipt-tproxy: nf_tproxy_core was moved out of 3.12, adding a check for kernel ↵Zoltan Herpai2014-01-141-1/+1
| | | | | | | | version Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39287
* fix 3.12 dependenciesZoltan Herpai2014-01-131-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39275
* handle new libs required for new kernelsImre Kaloz2013-12-201-0/+10
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39142
* kernel: add rtc-ds1672 module supportLuka Perkov2013-12-171-0/+17
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39110
* kernel: move BLKCIPHER into crypto-core to avoid pulling in crypto-manager ↵Felix Fietkau2013-12-141-4/+5
| | | | | | | | for arc4 (used by mac80211) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39052
* kernel: add CAN modulesLuka Perkov2013-12-111-0/+222
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39032
* kernel: module updates for 3.12Luka Perkov2013-12-092-0/+27
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39008
* kernel/modules: snd-pcm-dmaengine only if CONFIG_SND_DMAENGINE_PCM is setJohn Crispin2013-11-251-2/+2
| | | | | | | Platforms without in-soc audio don't provide CONFIG_SND_DMAENGINE_PCM, thus the module is not generated. SVN-Revision: 38913
* kernel: add vmxnet3 moduleHauke Mehrtens2013-11-171-0/+16
| | | | | | | | support VMware ethernet adapters Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 38840
* kernel: add new core sound module snd-pcm-dmaengine.ko for 3.12 kernels and ↵Zoltan Herpai2013-11-121-0/+8
| | | | | | | | above Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38772
* kernel: of_i2c is moved into i2c-core in 3.12, add kernel version check into ↵Zoltan Herpai2013-11-111-2/+4
| | | | | | | | modules/i2c.mk Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38760
* depend on the correct targetImre Kaloz2013-11-111-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38721
* switch to 3.12, enable support for AM33xx/OMAP3Imre Kaloz2013-11-082-0/+23
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38692
* kernel: fix dependencies of kmod-thermalHauke Mehrtens2013-11-031-0/+1
| | | | | | | | This depends on kmod-hwmon-core Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38639
* kernel: fix dependencies of usb-eth-gadgetHauke Mehrtens2013-11-031-3/+18
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38638
* kernel: add missing dependency for kernel 3.12 in tg3Hauke Mehrtens2013-10-301-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38605
* kernel: add w1-master-mxc moduleLuka Perkov2013-10-291-0/+17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38575
* kernel: add packages for sdhci supportJohn Crispin2013-10-281-1/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38549
* kernel: add keyboard-imx moduleLuka Perkov2013-10-251-1/+19
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38537
* kernel: make kmod-pcnet32 depend on kmod-miiFlorian Fainelli2013-10-251-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 38531
* kernel: add mii library kernel module packageFlorian Fainelli2013-10-251-0/+14
| | | | | | | | This package is required for network drivers such as pcnet32 Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 38530
* kernel: imx6: add modules needed for sgtl5000 audio codecLuka Perkov2013-10-161-6/+10
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 38427
* zd1201: fix url to zd1201 firmwareHauke Mehrtens2013-10-121-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38378
* kernel: add kirkwood thermal moduleLuka Perkov2013-10-121-0/+17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38371
* kernel: dont rely on library modules to be depended onJohn Crispin2013-10-081-0/+11
| | | | | | | | fixes https://dev.openwrt.org/ticket/14257 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38341
* kernel: add industrialio-triggered-buffer.ko only when the config option is ↵Hauke Mehrtens2013-10-011-1/+1
| | | | | | | | selected. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38276
* ep93xx: fix sound dependencies for ep93xxHauke Mehrtens2013-10-011-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38274
* kernel: lib-textsearch needs to be auto probed for amanda nat to workJohn Crispin2013-09-301-0/+1
| | | | | | | | https://dev.openwrt.org/ticket/14232 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38262
* kernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to ↵Felix Fietkau2013-09-281-1/+1
| | | | | | | | missing config symbol changes) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38247
* kernel: exclude regmap-spi.ko if SPI support cannot be selectedFelix Fietkau2013-09-271-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38245
* kernel: make sound-soc-core depend on kmod-ac97Felix Fietkau2013-09-271-1/+1
| | | | | | | | | it has a conditional #ifdef based dependency on it, which trips up on some targets Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38242
* kernel: remove old kernel compat code for pcmciaFelix Fietkau2013-09-271-6/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38239
* kernel: mark kmod-thermal menuconfig symbol as hidden to avoid building it ↵Felix Fietkau2013-09-271-0/+1
| | | | | | | | | | | on targets with no thermal drivers Should fix build errors with Linux 3.3/3.6 targets, which use different kconfig symbols Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38238
* kernel: add thermal modulesLuka Perkov2013-09-271-0/+63
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38230
* package/kernel: add support for industrial-io and AD799xGabor Juhos2013-09-251-0/+45
| | | | | | | | | | | Add support for industrial IO core and (still staging) driver for AD799x, a high precision I2C ADC family. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> [juhosg: update subject, reformat commit message] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38187
* package/kernel: add hwmon driver for ADT7410Gabor Juhos2013-09-251-0/+25
| | | | | | | | | | | Add support for the ADT7410 hwmon driver, a high precision I2C temperature sensor. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> [juhosg: update subject, reformat commit message] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38186
* package/kernel: move I2C-GPIO drivers from i2c.mk to other.mkGabor Juhos2013-09-252-31/+16
| | | | | | | | | | | | Move pca953x support from i2c.mk to other.mk, where other GPIO drivers are located. Remove duplicate pcf857x support from i2c.mk. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> [juhosg: update subject, and reformat commit message] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38185
* kernel: add AutoProbe for ppp_async and ppp_synctty (should fix #14185)Felix Fietkau2013-09-191-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38055
* kernel: make most modules use AutoProbeJohn Crispin2013-09-1717-231/+202
| | | | | | | | now that we have modprobe we can set more than half of the modules to AutoProbe Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38021
* kernel: fix config symbol for kmod-crypto-hashFelix Fietkau2013-09-171-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38015
* kernel: add missing config optionHauke Mehrtens2013-09-131-0/+1
| | | | SVN-Revision: 37978
* kernel: gsc depends on kmod-i2c-coreLuka Perkov2013-09-121-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37960
* kernel: fix imx sata moduleLuka Perkov2013-09-111-1/+2
| | | | | | | | | | The imx sata module has only been backported to imx6 target. This change will fix buildbot errors due to missing patches in other targets. Keep this until all targets use kernel version with imx sata support in them. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37950
* kernel: add imx sata moduleLuka Perkov2013-09-101-0/+18
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37937