Fix build on non-SMP machines of the remote GDB debugging (#2666)
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.23 / 400-ledtrig_morse.patch
1 Index: linux-2.6.23-rc9/drivers/leds/Kconfig
2 ===================================================================
3 --- linux-2.6.23-rc9.orig/drivers/leds/Kconfig 2007-10-02 12:51:05.000000000 +0800
4 +++ linux-2.6.23-rc9/drivers/leds/Kconfig 2007-10-03 23:43:31.000000000 +0800
5 @@ -133,4 +133,8 @@
6 load average.
7 If unsure, say Y.
8
9 +config LEDS_TRIGGER_MORSE
10 + tristate "LED Morse Trigger"
11 + depends on LEDS_TRIGGERS
12 +
13 endif # NEW_LEDS
14 Index: linux-2.6.23-rc9/drivers/leds/Makefile
15 ===================================================================
16 --- linux-2.6.23-rc9.orig/drivers/leds/Makefile 2007-10-02 12:51:05.000000000 +0800
17 +++ linux-2.6.23-rc9/drivers/leds/Makefile 2007-10-03 23:42:24.000000000 +0800
18 @@ -22,3 +22,4 @@
19 obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o
20 obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o
21 obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o
22 +obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o