refresh generic 2.6.25 patches
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.25 / 400-ledtrig_morse.patch
1 Index: linux-2.6.25.4/drivers/leds/Kconfig
2 ===================================================================
3 --- linux-2.6.25.4.orig/drivers/leds/Kconfig
4 +++ linux-2.6.25.4/drivers/leds/Kconfig
5 @@ -181,4 +181,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.25.4/drivers/leds/Makefile
15 ===================================================================
16 --- linux-2.6.25.4.orig/drivers/leds/Makefile
17 +++ linux-2.6.25.4/drivers/leds/Makefile
18 @@ -26,3 +26,4 @@ obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.
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