summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)jogo2011-11-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: remove SetDepends not needed anymorenico2011-10-281-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to ↵mb2011-10-271-2/+2
| | | | | | =m for older kernels automagically. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 ↵cshore2011-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call ↵jogo2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: invert dependencies for current kernel featuresjogo2011-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). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add bcma packagehauke2011-07-231-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kmod definitions for at24(i2c) and at25(spi) eepromsblogic2011-07-031-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] package/kernel/modules: Alexandros pointed me at this patch, and I ↵cshore2011-07-031-2/+20
| | | | | | | | | noted 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Revert "Like the earlier mfgpt patch, the new GPIO drivers also ↵cshore2011-07-031-20/+2
| | | | | | | | require the MFD driver to be present for the BAR's to be mapped." This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Like the earlier mfgpt patch, the new GPIO drivers also require the MFD ↵cshore2011-07-031-2/+20
| | | | | | | | driver to be present for the BAR's to be mapped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵rwhitby2011-06-171-1/+2
| | | | | | kmod-bluetooth compile. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Update version dependencies and kmods for linux 3.0hauke2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesnbd2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: generic: Update 2.6.39 to finalhauke2011-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Remove $(KMOD_SUFFIX) usageacinonyx2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel/modules]blogic2011-05-091-207/+0
| | | | | | | | | | package/kernel/modules/other.mk is getting big enough that putting the LEDs stuff into its own file makes sense. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add "Libraries" submenu and move library packages ↵acinonyx2011-04-121-96/+1
| | | | | | there git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: add module for the gpio_keys_polled driverjuhosg2011-04-121-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: do not build gpiolib into the kernelhauke2011-04-101-2/+2
| | | | | | | fix for r26570. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add symbols, small fixeshauke2011-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: package heartbeat LED triggerjuhosg2011-03-131-0/+15
| | | | | | Patch-by: Nikolay Martynov <mar.kolya@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Add config option for n810 bluetooth drivermb2011-03-071-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kmod-oprofile to package/kernelnbd2011-02-241-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] switch to newer CS5535 GPIO driver, patch from Philip Prindevilleflorian2011-02-201-7/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add Marvell orion watchdog timer moduleflorian2011-02-201-0/+16
| | | | | | | | This patch adds kernelmodule for watchdog timer on platform orion. Signed-off-by: Michael Kämmerer <mrk_at_h3c_._de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for ↵jow2011-02-191-1/+0
| | | | | | spotting this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810: Support modular battery managementmb2011-02-081-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindevillejow2011-01-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keysjuhosg2010-12-291-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add LED trigger for USB device presence/activityjuhosg2010-12-171-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24646 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add rtc modules for nbg460njuhosg2010-12-101-3/+33
| | | | | | | | | This adds the rtc-class and rtc-pcf8563 modules for the real time clock used in the NBG460N/550N/550NH. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add package for ledtrigger netfilterclaudio2010-11-061-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add package for ledtrigger gpioclaudio2010-11-061-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-leds-net5501florian2010-10-301-0/+15
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] prefer the cs5535 gpiolib driver after 2.6.32florian2010-10-301-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] kernel: Add kernel module for OMAP WDThcg2010-10-281-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kmod-sctp: Add SCTP kernel supportflorian2010-09-041-0/+16
| | | | | | | | | | This adds a new kmod-sctp option that enables support of SCTP in 2.6x kernels. The patch also contains a small cleanup in the dependencies. Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22917 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add cpu msr kernel module packageflorian2010-09-041-0/+16
| | | | | | | | | This adds a separate kernel package for x86 cpu msr support. MSR module is needed e.g. when updating coreboot bios on alix boards. Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: speed up building kernel packages by getting rid of unnecessary ↵nbd2010-08-191-1/+1
| | | | | | CompareKernelPatchVer calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kmod-bluetooth] Add HCI_UART_H4 support (required by Gumstix Overo)hcg2010-08-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] pwm: export the generic pwm api as moduleclaudio2010-07-191-2/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950claudio2010-07-121-53/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add package for gpio rotary encoderclaudio2010-07-121-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add package for gpio-pwmclaudio2010-07-121-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksnbd2010-06-261-11/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove linux 2.4 support from several packagesnbd2010-06-261-60/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-gpio-nxp-74hc164 for brcm63xx onlyflorian2010-06-121-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: renable kmod-input on 2.4 (closes: #7063)nico2010-04-291-3/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵nico2010-04-291-0/+5
| | | | | | only git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21251 3c298f89-4303-0410-b956-a3cf2f4a3e73