[kernel] refresh generic 2.6.24 patches
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.24 / 400-ledtrig_morse.patch
1 Index: linux-2.6.24.7/drivers/leds/Kconfig
2 ===================================================================
3 --- linux-2.6.24.7.orig/drivers/leds/Kconfig
4 +++ linux-2.6.24.7/drivers/leds/Kconfig
5 @@ -146,4 +146,8 @@ config LEDS_TRIGGER_HEARTBEAT
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.24.7/drivers/leds/Makefile
15 ===================================================================
16 --- linux-2.6.24.7.orig/drivers/leds/Makefile
17 +++ linux-2.6.24.7/drivers/leds/Makefile
18 @@ -24,3 +24,4 @@ obj-$(CONFIG_LEDS_CM_X270)
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