Commit graph

133 commits

Author SHA1 Message Date
Jo-Philipp Wich
e5aa5ddc36 Add support for pc speaker PC speaker could be very useful on platforms 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
2009-05-07 14:05:42 +00:00
Florian Fainelli
35bfac4623 add missing backslash, thanks juhosg
SVN-Revision: 15657
2009-05-07 08:35:12 +00:00
Florian Fainelli
e389d9c59f add missing rtc-lib module to rtc-core
SVN-Revision: 15648
2009-05-07 00:21:08 +00:00
Florian Fainelli
059438dc01 package the rtc-core and rtc-m48t86 driver
SVN-Revision: 15647
2009-05-06 23:52:46 +00:00
Hauke Mehrtens
fd2492485e The location of eeprom_93cx6.ko has chanced.
SVN-Revision: 15540
2009-05-01 15:13:18 +00:00
Nicolas Thill
b558d4b839 kernel: add missing kconfig symbol related to SSB
SVN-Revision: 15449
2009-04-27 15:48:11 +00:00
Nicolas Thill
70c8870f64 kernel: disable kmod-rfkill on UML
SVN-Revision: 15425
2009-04-26 12:49:11 +00:00
Felix Fietkau
103fec7d89 kmod-bluetooth includes hidp, which needs input-core. add the missing dependency
SVN-Revision: 15355
2009-04-23 16:48:05 +00:00
Hamish Guthrie
e0694c7ca6 hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile to handle this condition based upon kernel revision
SVN-Revision: 15336
2009-04-22 13:11:16 +00:00
Hamish Guthrie
1d511edc47 add joystick device support
SVN-Revision: 15295
2009-04-20 12:31:00 +00:00
Hamish Guthrie
9ced160263 correct typos in titles of event device and HID devices
SVN-Revision: 15294
2009-04-20 12:29:11 +00:00
Hamish Guthrie
2dcb4708a8 add hidp support
SVN-Revision: 15293
2009-04-20 12:27:34 +00:00
Felix Fietkau
34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Hauke Mehrtens
e90294b99d The ssb module in also integrated into the kernel on brcm63xx target.
SVN-Revision: 15197
2009-04-10 12:19:42 +00:00
Florian Fainelli
58a11bcb40 package the bcm63xx-spi driver
SVN-Revision: 14794
2009-03-08 19:21:55 +00:00
Hauke Mehrtens
44aa0b5dac extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.
SVN-Revision: 14780
2009-03-07 17:07:24 +00:00
Hauke Mehrtens
0b03ed454b add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it.
SVN-Revision: 14778
2009-03-07 16:53:08 +00:00
Hauke Mehrtens
07926f29f6 Some symbols were missing or wrong. Tested with x86.
SVN-Revision: 14751
2009-03-05 21:45:59 +00:00
Michael Büsch
87a2d3888c Add CRC16 kernel module
SVN-Revision: 14548
2009-02-17 22:54:11 +00:00
Michael Büsch
c3565fdf31 Port SPI-GPIO driver from 2.6.29-rc4
SVN-Revision: 14465
2009-02-10 17:12:12 +00:00
Michael Büsch
335117b87c Deprecate the old SPI-GPIO driver.
SVN-Revision: 14464
2009-02-10 16:55:38 +00:00
Florian Fainelli
25ba908993 kmod-ssb should not be visible on 2.4 kernels
SVN-Revision: 14419
2009-02-06 10:17:45 +00:00
Andy Boyett
aaf139232a kernel: fix leds-wrap dependencies
SVN-Revision: 14257
2009-01-29 12:23:44 +00:00
Andy Boyett
cee6f31d9c kernel: fix leds-net48xx and scx200-gpio dependencies, closes #4486
SVN-Revision: 14255
2009-01-29 11:32:20 +00:00
Rod Whitby
4c04d8b3c1 other.mk/kmod-bluetooth: select kmod-usb-core, required for hci-usb
SVN-Revision: 14125
2009-01-20 23:40:49 +00:00
Andy Boyett
43fe08b4d2 kernel: build cs5535-gpio on olpc also
SVN-Revision: 13933
2009-01-08 07:04:03 +00:00
Andy Boyett
8e7f25af44 kernel: added GPIO driver for CS5535/CS5536 companion chip. Thanks Markus Wigge
SVN-Revision: 13920
2009-01-07 11:07:51 +00:00
Travis Kemen
fb1241cce8 fix pcmcia build
SVN-Revision: 13565
2008-12-09 18:31:13 +00:00
Florian Fainelli
355a67401b Finally fix the CONFIG_SSB_SILENT symbol
SVN-Revision: 13500
2008-12-03 20:37:01 +00:00
Florian Fainelli
f6bdc6a9bd Corrected SSB Config
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13428
2008-11-29 15:09:32 +00:00
Jo-Philipp Wich
e9cf2c505a split Soekris profile into 45xx and 48xx, add kernel package for required watchdog driver on 45xx
SVN-Revision: 13411
2008-11-28 18:04:36 +00:00
Florian Fainelli
cd96a09834 ssb module config symbols fixup
SVN-Revision: 13365
2008-11-26 17:43:50 +00:00
Florian Fainelli
919fc96bdf Package ssb glue code out of the kernel, and make b43 be built for non-brcm47xx targets as well
SVN-Revision: 13301
2008-11-20 23:01:07 +00:00
Gabor Juhos
ae87ca9a83 kernel/modules: move ixp4xx hardware crypto module package into crypto.mk
SVN-Revision: 13281
2008-11-18 19:38:50 +00:00
Florian Fainelli
4cacc7208c Split out pcmcia core support from the socket drivers
SVN-Revision: 13214
2008-11-15 12:28:36 +00:00
Florian Fainelli
cb126cd576 Package bcm63xx-pcmcia kernel module and fix compilation
SVN-Revision: 13212
2008-11-15 11:26:23 +00:00
Felix Fietkau
73784f8351 split out crc-ccitt
SVN-Revision: 13115
2008-11-03 22:09:39 +00:00
Gabor Juhos
94fee20231 remove 2.6.25 specific stuff
SVN-Revision: 12598
2008-09-13 17:32:20 +00:00
Nicolas Thill
5506066981 Fix AT91 MMC host controller path on 2.6.25
SVN-Revision: 12458
2008-09-01 13:21:34 +00:00
Gabor Juhos
db4d23b457 add 2.6.26 specific files
SVN-Revision: 12239
2008-08-07 13:50:02 +00:00
Gabor Juhos
3527e7a649 modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it
SVN-Revision: 12133
2008-08-05 09:52:23 +00:00
John Crispin
411e1a0757 fixes ipkg dependency bug for spi modules, #3272
SVN-Revision: 12001
2008-07-30 00:27:21 +00:00
Imre Kaloz
fc80a07184 generate package for the new IXP4xx crpyto driver
SVN-Revision: 11777
2008-07-12 02:00:55 +00:00
Nicolas Thill
ae879baa57 remove hacks to disable modules on some targets now that we do have proper PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long)
SVN-Revision: 11272
2008-05-26 22:57:51 +00:00
Matteo Croce
925ad245e0 avr32: add watchdog driver
SVN-Revision: 11192
2008-05-18 23:13:25 +00:00
Rod Whitby
aff3215d29 modules/other.mk: Enable bluetooth for atheros
SVN-Revision: 11150
2008-05-16 16:35:04 +00:00
Nicolas Thill
e93e293b41 add a macro to compare kernel patch versions and use it for crypto and watchdog changes in 2.6.24+ kernels (closes: #3402)
SVN-Revision: 11115
2008-05-11 20:56:51 +00:00
Gabor Juhos
4006f2fbdd kernel/modules: make use the new GPIO_SUPPORT option
SVN-Revision: 10980
2008-04-29 17:21:08 +00:00
Felix Fietkau
3de189af5d add missing kmod-hid module (thx, fish)
SVN-Revision: 10894
2008-04-20 21:01:03 +00:00
Gabor Juhos
67fd9d7fba move spi_gpio driver into the kernel, clean-up SPI modules
SVN-Revision: 10844
2008-04-15 07:33:43 +00:00