summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-211-686/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* kernel: adapt module paths for 3.10-rc1Jonas Gorski2013-05-191-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36662
* kernel: add kmod-mcp23s08 packageJonas Gorski2013-04-231-0/+16
| | | | | | | | | | | Package up the Microchip MCP23S08 I/O expander driver. Needed on the CalAmp LMU5000 board. Signed-off-by: Adam Porter <porter.adam@gmail.com> [jogo@openwrt.org: fix subject] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36393
* add pcf857x kernel moduleJohn Crispin2013-04-031-0/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36180
* kernel: load regmap modules after kmod-lib-lzoFlorian Fainelli2013-03-171-1/+1
| | | | | | | | | Otherwise regmap-core will not be able to lookup the lzo exported symbols. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36069
* package/kernel: add package for the Gianfar PTP driverGabor Juhos2013-02-201-0/+17
| | | | | | | | | | | | PTP for gianfar can be built as a module. Create a package for it. [juhosg: remove the mp85xx specific patch] Patchwork: http://patchwork.openwrt.org/patch/3344/ Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35706
* kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8Hauke Mehrtens2013-01-271-0/+34
| | | | SVN-Revision: 35336
* kernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel ↵Felix Fietkau2013-01-171-1/+1
| | | | | | build error in snapshot builds SVN-Revision: 35190
* kernel: allow building kmod-rtc-marvell for mvebu targetFlorian Fainelli2013-01-151-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35177
* package/kernel: move input modules into a separate submenuGabor Juhos2013-01-141-183/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35161
* kernel: add kmod-mvsdio MMC host controller for Marvell targetsFlorian Fainelli2013-01-081-0/+16
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35061
* kernel: adjust orion/kirkwood packages to also build for mvebu targetFlorian Fainelli2013-01-081-2/+2
| | | | | | | | | Armada XP/370 boards share these hardware blocks with Orion and Kirkwood SoCs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35059
* zram: add package to use compressed ram disk for swapHauke Mehrtens2013-01-061-0/+21
| | | | | | | | | | | | | The busybox size is increased by 3.2KByte uncompressed on bcm47xx with this commit. This zram-swap automatically creates a zram device, a swap partition on it and make the kernel swap pages to it. Thank you Bastian Bittorf <bittorf@bluebottle.com> for idea and the script. SVN-Revision: 35025
* kernel: add a module for the isl1208 rtcFelix Fietkau2013-01-061-0/+17
| | | | SVN-Revision: 35022
* fix regmap debloat patchJohn Crispin2013-01-051-5/+6
| | | | SVN-Revision: 35015
* kernel: move regmap bloat out of the kernel image if it is only being used ↵Felix Fietkau2013-01-031-3/+6
| | | | | | in modules SVN-Revision: 34999
* package/kernel: package kmod-input-matrixkmapFlorian Fainelli2012-12-101-0/+15
| | | | | | | | This is required by some keyboard drivers in 3.6+ Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34614
* remove references to 2.6.39Imre Kaloz2012-10-271-1/+0
| | | | SVN-Revision: 33967
* package/kernel: add IKCONFIG module optionFelix Fietkau2012-10-191-0/+15
| | | | | | | | | Add an option for building the configs.ko module which provides kernel configuration via /proc/config.gz Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33865
* ixp4xx/cns3xxx: add rfkill module supportJohn Crispin2012-10-171-1/+2
| | | | | | | | | Both ixp4xx and cns3xxx targets support RFKILL in the kernel. Also add a RFKILL_GPIO default for kernel config Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33831
* bcma: update to version from wireless-testing tag master-2012-07-16Hauke Mehrtens2012-07-261-0/+1
| | | | | | | | I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it. This also contains 3 additional patches fixing some bugs in bcma. SVN-Revision: 32880
* move mmc driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32859
* kmod-gpio-nxp74hc164 is not brcm63xx specificFlorian Fainelli2012-07-251-1/+0
| | | | SVN-Revision: 32857
* move watchdog driver to target specific modules.mkFlorian Fainelli2012-07-251-16/+0
| | | | SVN-Revision: 32854
* move more x86-specific modules back to target modules.mkFlorian Fainelli2012-07-251-177/+0
| | | | SVN-Revision: 32848
* orion_wdt is also available on kirkwoodFlorian Fainelli2012-07-241-1/+1
| | | | SVN-Revision: 32811
* move n810 battery module to omap24 modules.mkFlorian Fainelli2012-07-241-16/+0
| | | | SVN-Revision: 32809
* add kmod-regmap including both i2c and spi modulesFlorian Fainelli2012-07-241-0/+17
| | | | | | This is required for quite SoC sound support SVN-Revision: 32800
* kernel: add Marvell SoC built-in RTC to modulesLuka Perkov2012-07-151-0/+17
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32732
* kernel: remove more unnecessary kernel version checks/dependenciesFelix Fietkau2012-05-271-4/+0
| | | | SVN-Revision: 31907
* kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵Felix Fietkau2012-05-271-5/+0
| | | | | | 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 conditionalsFelix Fietkau2012-05-171-2/+2
| | | | SVN-Revision: 31779
* kernel: remove the dummy kmod-rtc-core-* package, make all rtc drivers ↵Felix Fietkau2012-05-171-28/+0
| | | | | | depend on @RTC_SUPPORT - prevent RTC support from leaking into kernels for targets that do not need this SVN-Revision: 31778
* kernel: remove kmod-gpio-cs5535, it was only relevant for old kernel versionsFelix Fietkau2012-05-171-16/+0
| | | | SVN-Revision: 31776
* kernel: remove obsolete CompareKernelPatchVer callsFelix Fietkau2012-05-171-12/+1
| | | | SVN-Revision: 31775
* kernel: remove kernel modules and references to kernels <= 2.6.36Hauke Mehrtens2012-05-061-14/+7
| | | | | | 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
* 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 module for the Booke watchdogGabor Juhos2012-04-291-0/+18
| | | | | | Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31522
* 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
* package: kernel: add missing config symbols for serial-8250Jonas Gorski2012-03-281-1/+3
| | | | SVN-Revision: 31134
* package/kernel: allow to build RTC modules for 3.xGabor Juhos2012-03-271-6/+19
| | | | SVN-Revision: 31105
* kernel: add kmod-acpi-buttonJo-Philipp Wich2012-03-191-1/+16
| | | | SVN-Revision: 31037
* 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
* 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
* package/kernel: add package for MTD testing modulesGabor Juhos2012-02-181-0/+22
| | | | SVN-Revision: 30628