summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* package/kernel: add package for the PCF2123 RTC driverGabor Juhos2012-01-041-0/+16
| | | | SVN-Revision: 29664
* package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)Jonas Gorski2011-11-091-0/+1
| | | | SVN-Revision: 28897
* package/kernel: remove SetDepends not needed anymoreNicolas Thill2011-10-281-2/+0
| | | | SVN-Revision: 28653
* bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to ↵Michael Büsch2011-10-271-2/+2
| | | | | | =m for older kernels automagically. SVN-Revision: 28638
* The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 ↵Daniel Dickinson2011-10-031-0/+5
| | | | | | it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59 SVN-Revision: 28354
* package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call ↵Jonas Gorski2011-08-141-2/+1
| | | | | | | | | | | | | | SetDepends/...) Since the SetDepends macro does a: DEPENDS:= ... it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27983
* package/kernel: invert dependencies for current kernel featuresJonas Gorski2011-08-091-1/+1
| | | | | | | Instead of depending on new kernel versions, depend on not having one of the older ones (or vice versa for modules removed in current kernels). SVN-Revision: 27934
* kernel: add bcma packageHauke Mehrtens2011-07-231-0/+23
| | | | SVN-Revision: 27732
* add kmod definitions for at24(i2c) and at25(spi) eepromsJohn Crispin2011-07-031-0/+31
| | | | SVN-Revision: 27401
* package/kernel/modules: Alexandros pointed me at this patch, and I noted ↵Daniel Dickinson2011-07-031-2/+20
| | | | | | | | | that not only the MFGPT module but also the new GPIO driver both rely on the mfd_core functionality to operate correctly. Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com> Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27372
* Revert "Like the earlier mfgpt patch, the new GPIO drivers also require the ↵Daniel Dickinson2011-07-031-20/+2
| | | | | | | | MFD driver to be present for the BAR's to be mapped." This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af. SVN-Revision: 27370
* Like the earlier mfgpt patch, the new GPIO drivers also require the MFD ↵Daniel Dickinson2011-07-031-2/+20
| | | | | | | | driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27369
* package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵Rod Whitby2011-06-171-1/+2
| | | | | | kmod-bluetooth compile. SVN-Revision: 27201
* package/kernel: Update version dependencies and kmods for linux 3.0Hauke Mehrtens2011-06-151-0/+1
| | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27186
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesFelix Fietkau2011-05-311-1/+33
| | | | | | | | | | The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration. Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27037
* kernel: generic: Update 2.6.39 to finalHauke Mehrtens2011-05-251-3/+8
| | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch SVN-Revision: 27010
* package/kernel: Remove $(KMOD_SUFFIX) usageVasilis Tsiligiannis2011-05-151-5/+5
| | | | | | | | | Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with ko for all mainline kernel modules. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26900
* package/kernel/modules/other.mk is getting big enough that putting the LEDs ↵John Crispin2011-05-091-207/+0
| | | | | | | | stuff into its own file makes sense. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26868
* kernel/modules: Add "Libraries" submenu and move library packages thereVasilis Tsiligiannis2011-04-121-96/+1
| | | | SVN-Revision: 26635
* package/kernel: add module for the gpio_keys_polled driverGabor Juhos2011-04-121-0/+19
| | | | SVN-Revision: 26602
* kernel: do not build gpiolib into the kernelHauke Mehrtens2011-04-101-2/+2
| | | | | | fix for r26570. SVN-Revision: 26574
* kernel: add symbols, small fixesHauke Mehrtens2011-04-091-7/+5
| | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again SVN-Revision: 26570
* package/kernel: package heartbeat LED triggerGabor Juhos2011-03-131-0/+15
| | | | | | Patch-by: Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 26120
* omap24xx: Add config option for n810 bluetooth driverMichael Büsch2011-03-071-0/+16
| | | | SVN-Revision: 25934
* add kmod-oprofile to package/kernelFelix Fietkau2011-02-241-0/+15
| | | | SVN-Revision: 25690
* switch to newer CS5535 GPIO driver, patch from Philip PrindevilleFlorian Fainelli2011-02-201-7/+19
| | | | SVN-Revision: 25631
* add Marvell orion watchdog timer moduleFlorian Fainelli2011-02-201-0/+16
| | | | | | | | This patch adds kernelmodule for watchdog timer on platform orion. Signed-off-by: Michael Kämmerer <mrk_at_h3c_._de> SVN-Revision: 25620