summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/kernel: use macros for hid & inputNicolas Thill2010-04-241-7/+13
| | | | SVN-Revision: 21120
* package/kernel: use macros for kmod-rfkill dependsNicolas Thill2010-04-231-3/+3
| | | | SVN-Revision: 21102
* package/kernel: introduce a new file that will be sourced first and holding ↵Nicolas Thill2010-04-231-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 Thill2010-04-161-1/+2
| | | | | | kmod-bluetooth (closes: #7063) SVN-Revision: 20913
* package/kernel: remove references to old TARGET_olpc now that it has been ↵Nicolas Thill2010-04-161-2/+2
| | | | | | merged with TARGET_x86 SVN-Revision: 20905
* fix kmod-crc16 loading (#6949)Florian Fainelli2010-04-111-1/+1
| | | | SVN-Revision: 20807
* add net5501 supportFlorian Fainelli2010-04-111-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 targetHauke Mehrtens2010-03-291-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 Thill2010-03-261-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.4Nicolas Thill2010-03-111-1/+14
| | | | SVN-Revision: 20147
* package: add module for the RB750 LED driverGabor Juhos2010-03-081-0/+16
| | | | SVN-Revision: 20052
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-261-3/+3
| | | | | | by cshore) SVN-Revision: 19879
* kernel: add a package for block2mtdFelix Fietkau2010-02-161-0/+8
| | | | SVN-Revision: 19665
* add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618Imre Kaloz2010-02-021-0/+18
| | | | SVN-Revision: 19497
* remove obsolete dependencies and checksFelix Fietkau2010-01-231-1/+1
| | | | SVN-Revision: 19292
* kernel: remove even more calls to CompareKernelPatchVerNicolas Thill2010-01-061-4/+0
| | | | SVN-Revision: 19057
* enable hso on ar71xx (#6432)Florian Fainelli2010-01-021-1/+1
| | | | SVN-Revision: 18995
* fix bluetooth and ide breakage after r18955 (#6422)Florian Fainelli2009-12-301-2/+2
| | | | SVN-Revision: 18972
* fix wrong paths after r18955.Florian Fainelli2009-12-281-1/+1
| | | | SVN-Revision: 18957
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-16/+0
| | | | SVN-Revision: 18955
* kernel: fix typo that prevents autoloading of the rdc321x_wdt driverJo-Philipp Wich2009-12-121-1/+1
| | | | SVN-Revision: 18767
* modules: package the leds-wndr3700-usb driverGabor Juhos2009-12-111-0/+16
| | | | SVN-Revision: 18759
* CONFIG_RFKILL_INPUT is a booleanFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18634
* oops, forgot the autoloadFelix Fietkau2009-11-051-1/+1
| | | | SVN-Revision: 18319
* fix kmod-leds-alix (#6079, #6105)Felix Fietkau2009-11-051-2/+2
| | | | SVN-Revision: 18318
* make rdc321-wdt become a package, saves some space in the kernelFlorian Fainelli2009-11-041-0/+15
| | | | SVN-Revision: 18298
* fixes bluetooth dependency, thx sn9John Crispin2009-10-291-1/+1
| | | | SVN-Revision: 18213
* fixes DEPENDS of SSB module, thx sn9John Crispin2009-10-281-1/+1
| | | | SVN-Revision: 18196
* add kmod-input-rb532, driver for the rb532 user buttonFlorian Fainelli2009-10-051-0/+17
| | | | SVN-Revision: 17927
* small fixes mostly for kernel 2.6.31Hauke Mehrtens2009-09-261-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 Tsiligiannis2009-07-201-5/+6
| | | | SVN-Revision: 16935
* Add the gpio_keys input module to menuconfigGabor Juhos2009-07-061-0/+17
| | | | | | Signed-off-by: Ferenc Wagner <wferi@niif.hu> SVN-Revision: 16716
* rfkill config cleanupImre Kaloz2009-06-151-1/+1
| | | | SVN-Revision: 16471
* kernel/modules: move SPI drivers into a new submenuGabor Juhos2009-06-041-96/+1
| | | | SVN-Revision: 16323
* yenta is build in an other package.Hauke Mehrtens2009-05-241-2/+0
| | | | SVN-Revision: 16024
* Remove pcmcia support from ssb.Hauke Mehrtens2009-05-241-4/+0
| | | | SVN-Revision: 16023
* RTCs shouldn't be modules, ever..Imre Kaloz2009-05-141-37/+0
| | | | SVN-Revision: 15837
* hci_usb.ko is not availably in kernel newer than 2.6.27.Hauke Mehrtens2009-05-111-3/+3
| | | | SVN-Revision: 15786
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-111-2/+6
| | | | SVN-Revision: 15784
* Conditionals are not supported in Kconfig.Hauke Mehrtens2009-05-111-19/+0
| | | | SVN-Revision: 15783
* Add support for pc speaker PC speaker could be very useful on platforms ↵Jo-Philipp Wich2009-05-071-0/+17
| | | | | | | | which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15684
* add missing backslash, thanks juhosgFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15657
* add missing rtc-lib module to rtc-coreFlorian Fainelli2009-05-071-2/+4
| | | | SVN-Revision: 15648
* package the rtc-core and rtc-m48t86 driverFlorian Fainelli2009-05-061-0/+34
| | | | SVN-Revision: 15647
* The location of eeprom_93cx6.ko has chanced.Hauke Mehrtens2009-05-011-0/+4
| | | | SVN-Revision: 15540
* kernel: add missing kconfig symbol related to SSBNicolas Thill2009-04-271-0/+1
| | | | SVN-Revision: 15449
* kernel: disable kmod-rfkill on UMLNicolas Thill2009-04-261-1/+1
| | | | SVN-Revision: 15425
* kmod-bluetooth includes hidp, which needs input-core. add the missing dependencyFelix Fietkau2009-04-231-1/+1
| | | | SVN-Revision: 15355
* hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile to ↵Hamish Guthrie2009-04-221-0/+33
| | | | | | handle this condition based upon kernel revision SVN-Revision: 15336
* add joystick device supportHamish Guthrie2009-04-201-0/+15
| | | | SVN-Revision: 15295