Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | package/kernel: renable kmod-input on 2.4 (closes: #7063) | Nicolas Thill | 2010-04-29 | 1 | -3/+10 |
| | | | | SVN-Revision: 21262 | ||||
* | package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵ | Nicolas Thill | 2010-04-29 | 1 | -0/+5 |
| | | | | | | only SVN-Revision: 21251 | ||||
* | move kmod-lp package defition specific to brcm-2.4 to package/kernel | Nicolas Thill | 2010-04-29 | 1 | -0/+13 |
| | | | | SVN-Revision: 21247 | ||||
* | package/kernel: sort package definitions in other.mk | Nicolas Thill | 2010-04-24 | 1 | -353/+357 |
| | | | | SVN-Revision: 21140 | ||||
* | package/kernel: add another round of missing bits from [21137] & [21138] ↵ | Nicolas Thill | 2010-04-24 | 1 | -3/+3 |
| | | | | | | (oops again) SVN-Revision: 21139 | ||||
* | package/kernel: add missing bits from [21137] (oops) | Nicolas Thill | 2010-04-24 | 1 | -14/+14 |
| | | | | SVN-Revision: 21138 | ||||
* | package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog ↵ | Nicolas Thill | 2010-04-24 | 1 | -7/+7 |
| | | | | | | module names SVN-Revision: 21137 | ||||
* | package/kernel: move PCMCIA modules to their own file & submenu | Nicolas Thill | 2010-04-24 | 1 | -82/+0 |
| | | | | SVN-Revision: 21136 | ||||
* | package/kernel: move pcspkr to sound.mk | Nicolas Thill | 2010-04-24 | 1 | -17/+0 |
| | | | | SVN-Revision: 21135 | ||||
* | package/kernel: move block2mtd to block.mk | Nicolas Thill | 2010-04-24 | 1 | -8/+0 |
| | | | | SVN-Revision: 21134 | ||||
* | package/kernel: move target specific modules to their own target files | Nicolas Thill | 2010-04-24 | 1 | -126/+2 |
| | | | | SVN-Revision: 21132 | ||||
* | package/kernel: use macros for hid & input | Nicolas Thill | 2010-04-24 | 1 | -7/+13 |
| | | | | SVN-Revision: 21120 | ||||
* | package/kernel: use macros for kmod-rfkill depends | Nicolas Thill | 2010-04-23 | 1 | -3/+3 |
| | | | | SVN-Revision: 21102 | ||||
* | package/kernel: introduce a new file that will be sourced first and holding ↵ | Nicolas Thill | 2010-04-23 | 1 | -1/+3 |
| | | | | | | complex dependencies spread over multiple files, use it for kmod-crc16 SVN-Revision: 21101 | ||||
* | package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to ↵ | Nicolas Thill | 2010-04-16 | 1 | -1/+2 |
| | | | | | | kmod-bluetooth (closes: #7063) SVN-Revision: 20913 | ||||
* | package/kernel: remove references to old TARGET_olpc now that it has been ↵ | Nicolas Thill | 2010-04-16 | 1 | -2/+2 |
| | | | | | | merged with TARGET_x86 SVN-Revision: 20905 | ||||
* | fix kmod-crc16 loading (#6949) | Florian Fainelli | 2010-04-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 20807 | ||||
* | add net5501 support | Florian Fainelli | 2010-04-11 | 1 | -1/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings up the net5501 platform. Note that the x86/ target included support for all x86/ class processors. That's not technically correct. This should be constrained only to the "generic" subtarget. Every x86-class target that isn't generic should be able to select only the optimizations/capabilities applicable to that architectural variant. It's also assumed that all x86 processors have keyboard & mouse ports, ISA, DMI, ACPI... the embedded ones typically don't. Again, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 20794 | ||||
* | kernel: fix dependencies for x86 target | Hauke Mehrtens | 2010-03-29 | 1 | -7/+7 |
| | | | | | | | | | kmod-hid and kmod-input-core are directly build into the kernel for the x86 target. No package on x86 should depend on it. This fixes #6963 SVN-Revision: 20590 | ||||
* | kernel: move yenta_socket to kmod-pcmcia-core on 2.4, mark kmod-pcmcia-yenta ↵ | Nicolas Thill | 2010-03-26 | 1 | -16/+5 |
| | | | | | | as 2.6 only, move CONFIG_PCCARD_NONSTATIC from kmod-pcmcia-core to kmod-pcmcia-yenta KCONFIG SVN-Revision: 20436 | ||||
* | kernel: fix kmod-pcmcia-yenta on 2.4 | Nicolas Thill | 2010-03-11 | 1 | -1/+14 |
| | | | | SVN-Revision: 20147 | ||||
* | package: add module for the RB750 LED driver | Gabor Juhos | 2010-03-08 | 1 | -0/+16 |
| | | | | SVN-Revision: 20052 | ||||
* | mark relevant kmod-* packages as being required for rootfs mounting (patch ↵ | Felix Fietkau | 2010-02-26 | 1 | -3/+3 |
| | | | | | | by cshore) SVN-Revision: 19879 | ||||
* | kernel: add a package for block2mtd | Felix Fietkau | 2010-02-16 | 1 | -0/+8 |
| | | | | SVN-Revision: 19665 | ||||
* | add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618 | Imre Kaloz | 2010-02-02 | 1 | -0/+18 |
| | | | | SVN-Revision: 19497 | ||||
* | remove obsolete dependencies and checks | Felix Fietkau | 2010-01-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 19292 | ||||
* | kernel: remove even more calls to CompareKernelPatchVer | Nicolas Thill | 2010-01-06 | 1 | -4/+0 |
| | | | | SVN-Revision: 19057 | ||||
* | enable hso on ar71xx (#6432) | Florian Fainelli | 2010-01-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 18995 | ||||
* | fix bluetooth and ide breakage after r18955 (#6422) | Florian Fainelli | 2009-12-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 18972 | ||||
* | fix wrong paths after r18955. | Florian Fainelli | 2009-12-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 18957 | ||||
* | remove handling of older unsupported kernels | Imre Kaloz | 2009-12-27 | 1 | -16/+0 |
| | | | | SVN-Revision: 18955 | ||||
* | kernel: fix typo that prevents autoloading of the rdc321x_wdt driver | Jo-Philipp Wich | 2009-12-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 18767 | ||||
* | modules: package the leds-wndr3700-usb driver | Gabor Juhos | 2009-12-11 | 1 | -0/+16 |
| | | | | SVN-Revision: 18759 | ||||
* | CONFIG_RFKILL_INPUT is a boolean | Florian Fainelli | 2009-12-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 18634 | ||||
* | oops, forgot the autoload | Felix Fietkau | 2009-11-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 18319 | ||||
* | fix kmod-leds-alix (#6079, #6105) | Felix Fietkau | 2009-11-05 | 1 | -2/+2 |
| | | | | SVN-Revision: 18318 | ||||
* | make rdc321-wdt become a package, saves some space in the kernel | Florian Fainelli | 2009-11-04 | 1 | -0/+15 |
| | | | | SVN-Revision: 18298 | ||||
* | fixes bluetooth dependency, thx sn9 | John Crispin | 2009-10-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 18213 | ||||
* | fixes DEPENDS of SSB module, thx sn9 | John Crispin | 2009-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 18196 | ||||
* | add kmod-input-rb532, driver for the rb532 user button | Florian Fainelli | 2009-10-05 | 1 | -0/+17 |
| | | | | SVN-Revision: 17927 | ||||
* | small fixes mostly for kernel 2.6.31 | Hauke Mehrtens | 2009-09-26 | 1 | -0/+6 |
| | | | | | | | | | | | - libsas needs symbols from scsi_transport_sas - autoload line in pppoe was missing - rfkill-input does not exist in kernel 2.6.31 - password for download server of r8101 changed - r8101 and siit do not build with kernel 2.6.31 - fix build of net sched esfq SVN-Revision: 17752 | ||||
* | pcmcia-core: Fix missing rsrc_nonstatic module (closes #5380) | Vasilis Tsiligiannis | 2009-07-20 | 1 | -5/+6 |
| | | | | SVN-Revision: 16935 |