summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-28 20:06:52 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-28 20:06:52 +0000
commit838cafeae229815c44f300c02e88d4ed379fbfa4 (patch)
treef6bf2cb65df11f386f0820c62157131446616380 /target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch
parentaeb4ac40138bcd71a7e8c38efce30fd4296655bb (diff)
make morse LED trigger available for all platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9055 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch19
1 files changed, 0 insertions, 19 deletions
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
deleted file mode 100644
index f1602ed1c..000000000
--- a/target/linux/adm5120/patches-2.6.22/300-ledtrig_morse.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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