Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/kernel: add package for MTD testing modules | Gabor Juhos | 2012-02-18 | 1 | -0/+22 |
| | | | | SVN-Revision: 30628 | ||||
* | package/kernel: add package for the PCF2123 RTC driver | Gabor Juhos | 2012-01-04 | 1 | -0/+16 |
| | | | | SVN-Revision: 29664 | ||||
* | package: kernel: add handling for 3.2 renames (and some missed ones for 3.1) | Jonas Gorski | 2011-11-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 28897 | ||||
* | package/kernel: remove SetDepends not needed anymore | Nicolas Thill | 2011-10-28 | 1 | -2/+0 |
| | | | | SVN-Revision: 28653 | ||||
* | bluetooth: set L2CAP and SCO kconfig options to =y. It should be forced to ↵ | Michael Büsch | 2011-10-27 | 1 | -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 Dickinson | 2011-10-03 | 1 | -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 Gorski | 2011-08-14 | 1 | -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 features | Jonas Gorski | 2011-08-09 | 1 | -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 package | Hauke Mehrtens | 2011-07-23 | 1 | -0/+23 |
| | | | | SVN-Revision: 27732 | ||||
* | add kmod definitions for at24(i2c) and at25(spi) eeproms | John Crispin | 2011-07-03 | 1 | -0/+31 |
| | | | | SVN-Revision: 27401 | ||||
* | package/kernel/modules: Alexandros pointed me at this patch, and I noted ↵ | Daniel Dickinson | 2011-07-03 | 1 | -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 Dickinson | 2011-07-03 | 1 | -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 Dickinson | 2011-07-03 | 1 | -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 Whitby | 2011-06-17 | 1 | -1/+2 |
| | | | | | | kmod-bluetooth compile. SVN-Revision: 27201 | ||||
* | package/kernel: Update version dependencies and kmods for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -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 modules | Felix Fietkau | 2011-05-31 | 1 | -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 final | Hauke Mehrtens | 2011-05-25 | 1 | -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) usage | Vasilis Tsiligiannis | 2011-05-15 | 1 | -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 Crispin | 2011-05-09 | 1 | -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 there | Vasilis Tsiligiannis | 2011-04-12 | 1 | -96/+1 |
| | | | | SVN-Revision: 26635 | ||||
* | package/kernel: add module for the gpio_keys_polled driver | Gabor Juhos | 2011-04-12 | 1 | -0/+19 |
| | | | | SVN-Revision: 26602 | ||||
* | kernel: do not build gpiolib into the kernel | Hauke Mehrtens | 2011-04-10 | 1 | -2/+2 |
| | | | | | | fix for r26570. SVN-Revision: 26574 | ||||
* | kernel: add symbols, small fixes | Hauke Mehrtens | 2011-04-09 | 1 | -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 trigger | Gabor Juhos | 2011-03-13 | 1 | -0/+15 |
| | | | | | | Patch-by: Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 26120 | ||||
* | omap24xx: Add config option for n810 bluetooth driver | Michael Büsch | 2011-03-07 | 1 | -0/+16 |
| | | | | SVN-Revision: 25934 | ||||
* | add kmod-oprofile to package/kernel | Felix Fietkau | 2011-02-24 | 1 | -0/+15 |
| | | | | SVN-Revision: 25690 | ||||
* | switch to newer CS5535 GPIO driver, patch from Philip Prindeville | Florian Fainelli | 2011-02-20 | 1 | -7/+19 |
| | | | | SVN-Revision: 25631 | ||||
* | add Marvell orion watchdog timer module | Florian Fainelli | 2011-02-20 | 1 | -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 | ||||
* | kernel: remove bogus LINUX_2_6 dependency, thanks KanjiMonster for spotting this | Jo-Philipp Wich | 2011-02-19 | 1 | -1/+0 |
| | | | | SVN-Revision: 25592 | ||||
* | n810: Support modular battery management | Michael Büsch | 2011-02-08 | 1 | -0/+17 |
| | | | | SVN-Revision: 25422 | ||||
* | kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindeville | Jo-Philipp Wich | 2011-01-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 24950 | ||||
* | package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys | Gabor Juhos | 2010-12-29 | 1 | -1/+3 |
| | | | | SVN-Revision: 24853 | ||||
* | generic: add LED trigger for USB device presence/activity | Gabor Juhos | 2010-12-17 | 1 | -0/+15 |
| | | | | SVN-Revision: 24646 | ||||
* | ar71xx: add rtc modules for nbg460n | Gabor Juhos | 2010-12-10 | 1 | -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> SVN-Revision: 24420 | ||||
* | Add package for ledtrigger netfilter | Claudio Mignanti | 2010-11-06 | 1 | -0/+21 |
| | | | | SVN-Revision: 23902 | ||||
* | Add package for ledtrigger gpio | Claudio Mignanti | 2010-11-06 | 1 | -0/+15 |
| | | | | SVN-Revision: 23901 | ||||
* | add kmod-leds-net5501 | Florian Fainelli | 2010-10-30 | 1 | -0/+15 |
| | | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23729 | ||||
* | prefer the cs5535 gpiolib driver after 2.6.32 | Florian Fainelli | 2010-10-30 | 1 | -1/+7 |
| | | | | SVN-Revision: 23728 | ||||
* | kernel: Add kernel module for OMAP WDT | Hamish Guthrie | 2010-10-28 | 1 | -0/+16 |
| | | | | SVN-Revision: 23689 | ||||
* | kmod-sctp: Add SCTP kernel support | Florian Fainelli | 2010-09-04 | 1 | -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> SVN-Revision: 22917 | ||||
* | add cpu msr kernel module package | Florian Fainelli | 2010-09-04 | 1 | -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> SVN-Revision: 22890 | ||||
* | kernel: speed up building kernel packages by getting rid of unnecessary ↵ | Felix Fietkau | 2010-08-19 | 1 | -1/+1 |
| | | | | | | CompareKernelPatchVer calls SVN-Revision: 22724 | ||||
* | Add HCI_UART_H4 support (required by Gumstix Overo) | Hamish Guthrie | 2010-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 22572 | ||||
* | pwm: export the generic pwm api as module | Claudio Mignanti | 2010-07-19 | 1 | -2/+17 |
| | | | | SVN-Revision: 22297 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -53/+53 |
| | | | | SVN-Revision: 22145 | ||||
* | Add package for gpio rotary encoder | Claudio Mignanti | 2010-07-12 | 1 | -0/+16 |
| | | | | SVN-Revision: 22144 | ||||
* | Add package for gpio-pwm | Claudio Mignanti | 2010-07-12 | 1 | -0/+16 |
| | | | | SVN-Revision: 22143 | ||||
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 | 1 | -11/+2 |
| | | | | SVN-Revision: 21956 | ||||
* | remove linux 2.4 support from several packages | Felix Fietkau | 2010-06-26 | 1 | -60/+4 |
| | | | | SVN-Revision: 21954 | ||||
* | add kmod-gpio-nxp-74hc164 for brcm63xx only | Florian Fainelli | 2010-06-12 | 1 | -0/+14 |
| | | | | SVN-Revision: 21771 |