1 diff -urN linux-2.6.24.7/drivers/leds/Kconfig linux-2.6.24.7.new/drivers/leds/Kconfig
2 --- linux-2.6.24.7/drivers/leds/Kconfig 2008-07-15 15:27:55.000000000 +0200
3 +++ linux-2.6.24.7.new/drivers/leds/Kconfig 2008-07-15 15:35:24.000000000 +0200
6 This option enables support for the CM-X270 LEDs.
9 + tristate "LED Support for RB5xx boards"
10 + depends on LEDS_CLASS && MIKROTIK_RB500
12 + This option enables support for the yellow user LED on RB5xx boards.
14 comment "LED Triggers"
17 diff -urN linux-2.6.24.7/drivers/leds/Makefile linux-2.6.24.7.new/drivers/leds/Makefile
18 --- linux-2.6.24.7/drivers/leds/Makefile 2008-07-15 15:27:55.000000000 +0200
19 +++ linux-2.6.24.7.new/drivers/leds/Makefile 2008-07-15 15:35:38.000000000 +0200
21 obj-$(CONFIG_LEDS_COBALT_RAQ) += leds-cobalt-raq.o
22 obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o
23 obj-$(CONFIG_LEDS_CM_X270) += leds-cm-x270.o
24 +obj-$(CONFIG_LEDS_RB500) += leds-rb500.o
27 obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o