From 24168b91595c0c5a9420c348c4c16e727e1aaa81 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 29 Oct 2009 12:20:45 +0000 Subject: [kernel] remove support for 2.6.27, no target is using it anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18201 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic-2.6/patches-2.6.27/400-ledtrig_morse.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 target/linux/generic-2.6/patches-2.6.27/400-ledtrig_morse.patch (limited to 'target/linux/generic-2.6/patches-2.6.27/400-ledtrig_morse.patch') diff --git a/target/linux/generic-2.6/patches-2.6.27/400-ledtrig_morse.patch b/target/linux/generic-2.6/patches-2.6.27/400-ledtrig_morse.patch deleted file mode 100644 index b7df26e70..000000000 --- a/target/linux/generic-2.6/patches-2.6.27/400-ledtrig_morse.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/drivers/leds/Kconfig -+++ b/drivers/leds/Kconfig -@@ -206,4 +206,8 @@ config LEDS_TRIGGER_DEFAULT_ON - This allows LEDs to be initialised in the ON state. - If unsure, say Y. - -+config LEDS_TRIGGER_MORSE -+ tristate "LED Morse Trigger" -+ depends on LEDS_TRIGGERS -+ - endif # NEW_LEDS ---- a/drivers/leds/Makefile -+++ b/drivers/leds/Makefile -@@ -29,3 +29,4 @@ obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledt - obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o - obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o - obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o -+obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o -- cgit v1.2.3