From 269c5ad7a11719ec8313cd80482944f43e93e845 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 28 Sep 2007 06:32:40 +0000 Subject: [adm5120] add morse LED trigger, will be used for diagnostic, update kernel config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9053 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../adm5120/patches-2.6.22/300-ledtrig_morse.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch (limited to 'target/linux/adm5120/patches-2.6.22') diff --git a/target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch b/target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch new file mode 100644 index 000000000..f1602ed1c --- /dev/null +++ b/target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch @@ -0,0 +1,19 @@ +--- linux-2.6.21.1.orig/drivers/leds/Kconfig 2007-09-09 07:15:28.000000000 +0200 ++++ linux-2.6.21.1/drivers/leds/Kconfig 2007-09-13 19:36:35.000000000 +0200 +@@ -149,5 +149,9 @@ + load average. + If unsure, say Y. + ++config LEDS_TRIGGER_MORSE ++ tristate "LED Morse Trigger" ++ depends on LEDS_TRIGGERS ++ + endmenu + +--- linux-2.6.21.1.orig/drivers/leds/Makefile 2007-09-09 07:15:28.000000000 +0200 ++++ linux-2.6.21.1/drivers/leds/Makefile 2007-09-13 19:33:15.000000000 +0200 +@@ -23,3 +23,4 @@ + obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o + obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o + obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o ++obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o -- cgit v1.2.3