summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules/other.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add missing zram optionHauke Mehrtens2014-03-121-1/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39907
* kernel: add rtc-ds1672 module supportLuka Perkov2013-12-171-0/+17
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39110
* 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: add packages for sdhci supportJohn Crispin2013-10-281-1/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38549
* kernel: add kirkwood thermal moduleLuka Perkov2013-10-121-0/+17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38371
* 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
* 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: 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: move I2C-GPIO drivers from i2c.mk to other.mkGabor Juhos2013-09-251-0/+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: make most modules use AutoProbeJohn Crispin2013-09-171-16/+14
| | | | | | | | 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: add missing config optionHauke Mehrtens2013-09-131-0/+1
| | | | SVN-Revision: 37978
* kernel: kmod-ssb, kmod-b44: fix load orderHauke Mehrtens2013-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | This fixes the following error: b44: Unknown symbol ssb_device_is_enabled (err 0) b44: Unknown symbol ssb_pcicore_dev_irqvecs_enable (err 0) b44: Unknown symbol ssb_bus_may_powerdown (err 0) b44: Unknown symbol ssb_pcihost_register (err 0) b44: Unknown symbol ssb_device_disable (err 0) b44: Unknown symbol ssb_device_enable (err 0) b44: Unknown symbol ssb_driver_unregister (err 0) b44: Unknown symbol __ssb_driver_register (err 0) b44: Unknown symbol ssb_bus_powerup (err 0) b44: Unknown symbol ssb_clockspeed (err 0) b44: Unknown symbol ssb_dma_translation (err 0) Reported-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37903
* kernel: be consistent with formatting styleLuka Perkov2013-07-261-29/+30
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* kernel: add a new global config symbol for enabling rfkill support (can be ↵Felix Fietkau2013-07-211-1/+1
| | | | | | | | enabled by default via target feature flag) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37491
* kernel: fix kmod-rtc-pcf8563 dependenciesHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37459
* kernel: kmod-gpio-mcp23s08 depends on i2c-coreJonas Gorski2013-07-181-1/+1
| | | | | | | | But only if it is selected, so make it a conditionl dependency. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37420
* kernel: mtdtests depends on nandFelix Fietkau2013-07-181-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37411
* kernel: bluetooth depends on crypto-hashFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37410
* kernel: rfkill depends on input-coreFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37409
* brcm47xx: do not load the kernel modules needed for Ethernet manuallyHauke Mehrtens2013-07-141-2/+2
| | | | | | | add the boot flag to make the kernel modules needed for Ethernet and diag load on startup. SVN-Revision: 37284
* kernel: package the HW random core moduleFlorian Fainelli2013-07-101-0/+14
| | | | | | | | And update the crypto-hw-hifn-795x to use it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37231
* kernel: fix 8250 ko name for 3.9John Crispin2013-07-041-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37164
* packages: clean up the package folderJohn Crispin2013-06-211-0/+686
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007