Commit Graph

219 Commits (e3e2a170cd3f3254a82af0c43f91ad1281a8cac4)

Author SHA1 Message Date
Nicolas Thill 8b5bc8a9b3 package/kernel: remove references to old TARGET_olpc now that it has been merged with TARGET_x86
SVN-Revision: 20905
2010-04-16 09:15:02 +00:00
Florian Fainelli 7258f9e4ba fix kmod-crc16 loading (#6949)
SVN-Revision: 20807
2010-04-11 18:38:56 +00:00
Florian Fainelli 15e8d2e0b7 add net5501 support
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
2010-04-11 12:36:55 +00:00
Hauke Mehrtens 23c3cdcd66 kernel: fix dependencies for x86 target
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
2010-03-29 21:02:14 +00:00
Nicolas Thill 4ea6e1c968 kernel: move yenta_socket to kmod-pcmcia-core on 2.4, mark kmod-pcmcia-yenta as 2.6 only, move CONFIG_PCCARD_NONSTATIC from kmod-pcmcia-core to kmod-pcmcia-yenta KCONFIG
SVN-Revision: 20436
2010-03-26 10:09:13 +00:00
Nicolas Thill c3ddcedf4a kernel: fix kmod-pcmcia-yenta on 2.4
SVN-Revision: 20147
2010-03-11 16:37:11 +00:00
Gabor Juhos 945cfb9059 package: add module for the RB750 LED driver
SVN-Revision: 20052
2010-03-08 12:10:07 +00:00
Felix Fietkau 61c2b29295 mark relevant kmod-* packages as being required for rootfs mounting (patch by cshore)
SVN-Revision: 19879
2010-02-26 22:46:00 +00:00
Felix Fietkau 19d6a9ce6a kernel: add a package for block2mtd
SVN-Revision: 19665
2010-02-16 18:28:55 +00:00
Imre Kaloz c272d54969 add kernel packages for the ixp4xx-beeper and appletalk -- closes #6618
SVN-Revision: 19497
2010-02-02 11:26:53 +00:00
Felix Fietkau 39b2af1f5b remove obsolete dependencies and checks
SVN-Revision: 19292
2010-01-23 17:07:59 +00:00
Nicolas Thill 04ba8ab358 kernel: remove even more calls to CompareKernelPatchVer
SVN-Revision: 19057
2010-01-06 18:46:42 +00:00
Florian Fainelli 5acf538f13 enable hso on ar71xx (#6432)
SVN-Revision: 18995
2010-01-02 12:15:20 +00:00
Florian Fainelli 1c5bc31e17 fix bluetooth and ide breakage after r18955 (#6422)
SVN-Revision: 18972
2009-12-30 10:52:28 +00:00
Florian Fainelli b6f5eeb1ee fix wrong paths after r18955.
SVN-Revision: 18957
2009-12-28 14:55:38 +00:00
Imre Kaloz 29a020ffb3 remove handling of older unsupported kernels
SVN-Revision: 18955
2009-12-27 21:54:09 +00:00
Jo-Philipp Wich c74fe3cfff kernel: fix typo that prevents autoloading of the rdc321x_wdt driver
SVN-Revision: 18767
2009-12-12 21:31:17 +00:00
Gabor Juhos 731837aa8e modules: package the leds-wndr3700-usb driver
SVN-Revision: 18759
2009-12-11 20:32:33 +00:00
Florian Fainelli 6891ad6ef6 CONFIG_RFKILL_INPUT is a boolean
SVN-Revision: 18634
2009-12-04 14:52:41 +00:00
Felix Fietkau a4081ecb34 oops, forgot the autoload
SVN-Revision: 18319
2009-11-05 16:12:11 +00:00
Felix Fietkau c386747269 fix kmod-leds-alix (#6079, #6105)
SVN-Revision: 18318
2009-11-05 16:11:45 +00:00
Florian Fainelli 40754b4525 make rdc321-wdt become a package, saves some space in the kernel
SVN-Revision: 18298
2009-11-04 22:43:05 +00:00
John Crispin 2bbb05cc5e fixes bluetooth dependency, thx sn9
SVN-Revision: 18213
2009-10-29 21:25:55 +00:00
John Crispin b2cd5b2e0d fixes DEPENDS of SSB module, thx sn9
SVN-Revision: 18196
2009-10-28 15:10:30 +00:00
Florian Fainelli 900e7fda79 add kmod-input-rb532, driver for the rb532 user button
SVN-Revision: 17927
2009-10-05 20:05:56 +00:00
Hauke Mehrtens 80574578ec small fixes mostly for kernel 2.6.31
- 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
2009-09-26 21:23:53 +00:00
Vasilis Tsiligiannis 240bce0986 pcmcia-core: Fix missing rsrc_nonstatic module (closes #5380)
SVN-Revision: 16935
2009-07-20 13:49:58 +00:00
Gabor Juhos 0c1004ac2c Add the gpio_keys input module to menuconfig
Signed-off-by: Ferenc Wagner <wferi@niif.hu>

SVN-Revision: 16716
2009-07-06 16:10:20 +00:00
Imre Kaloz e01651285f rfkill config cleanup
SVN-Revision: 16471
2009-06-15 07:13:00 +00:00
Gabor Juhos 976f690ebd kernel/modules: move SPI drivers into a new submenu
SVN-Revision: 16323
2009-06-04 06:39:36 +00:00
Hauke Mehrtens 93360fb62d yenta is build in an other package.
SVN-Revision: 16024
2009-05-24 11:31:22 +00:00
Hauke Mehrtens e80f5ca91e Remove pcmcia support from ssb.
SVN-Revision: 16023
2009-05-24 11:30:06 +00:00
Imre Kaloz 3b397b7f74 RTCs shouldn't be modules, ever..
SVN-Revision: 15837
2009-05-14 09:28:34 +00:00
Hauke Mehrtens 11629e8492 hci_usb.ko is not availably in kernel newer than 2.6.27.
SVN-Revision: 15786
2009-05-11 20:57:09 +00:00
Hauke Mehrtens f24c234150 Add support for pcmcia to ssb. b43 will build now with pcmcia support.
SVN-Revision: 15784
2009-05-11 20:51:38 +00:00
Hauke Mehrtens de44ea0536 Conditionals are not supported in Kconfig.
SVN-Revision: 15783
2009-05-11 20:46:51 +00:00
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
Nicolas Thill a08643d7ab add missing MMC config symbol
SVN-Revision: 10798
2008-04-12 20:27:48 +00:00
Gabor Juhos 5798590c7c add a polled GPIO buttons input driver
SVN-Revision: 10766
2008-04-07 19:54:44 +00:00
Travis Kemen 1bdcabb1cf fix wrong description name
SVN-Revision: 10684
2008-03-29 05:30:43 +00:00
Travis Kemen 4b467fd22e add sdcard support for avr32 platforms
SVN-Revision: 10683
2008-03-29 05:16:10 +00:00
Florian Fainelli 6776a34d73 Create the kmod-spi package and load mmc_over_gpio after spi (#3273)
SVN-Revision: 10675
2008-03-27 18:36:56 +00:00
Florian Fainelli f6631d7bd4 Fix the watchdog path for the SCX200 watchdog driver
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

SVN-Revision: 10672
2008-03-27 16:50:07 +00:00
Michael Büsch 12b5a779b9 linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI interface.
SVN-Revision: 10637
2008-03-21 16:52:27 +00:00
John Crispin d0a1717399 add new led trigger for network traffic, fixes #2776
SVN-Revision: 10567
2008-03-07 21:34:54 +00:00
Nicolas Thill 78be22e32d add a workaround for watchdog path changes
SVN-Revision: 10403
2008-02-06 07:41:04 +00:00
Gabor Juhos 6ea68a4b4e pcmcia-core: fix a typo
SVN-Revision: 10154
2008-01-09 07:44:17 +00:00
Felix Fietkau 985ee9fc8f LED driver for PCEngines ALIX boards
This patch adds a driver for the three LEDs that exists on the
PCEngines ALIX 2 and 3 series boards.

The driver is also added to the Alix profile.

Signed-off-by: Petr Liebman <petrliebman@gmail.com>

--

SVN-Revision: 9748
2007-12-14 00:52:15 +00:00
Gabor Juhos ab8a75d73f make morse LED trigger available as a package, and fix it to compile with 2.6.23
SVN-Revision: 9363
2007-10-20 14:32:13 +00:00
Gabor Juhos d2cfb2934f add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)
SVN-Revision: 9362
2007-10-20 07:45:08 +00:00
Gabor Juhos 7e54993042 add a kernel module for GPIO LEDs
SVN-Revision: 9262
2007-10-11 11:05:16 +00:00