diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-13 17:32:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-13 17:32:20 +0000 |
commit | 94fee202311e9e82c2501ef35bfc10bfc46b839f (patch) | |
tree | 98fa27a2aa7b8a9fff687e15302f9d2db7964392 /target/linux/adm5120/patches/009-adm5120_leds_switch_trigger.patch | |
parent | b7b1b8dc73016ea860ad7b47bc165477f0672bd3 (diff) | |
download | upstream-94fee202311e9e82c2501ef35bfc10bfc46b839f.tar.gz upstream-94fee202311e9e82c2501ef35bfc10bfc46b839f.tar.bz2 upstream-94fee202311e9e82c2501ef35bfc10bfc46b839f.zip |
remove 2.6.25 specific stuff
SVN-Revision: 12598
Diffstat (limited to 'target/linux/adm5120/patches/009-adm5120_leds_switch_trigger.patch')
-rw-r--r-- | target/linux/adm5120/patches/009-adm5120_leds_switch_trigger.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/adm5120/patches/009-adm5120_leds_switch_trigger.patch b/target/linux/adm5120/patches/009-adm5120_leds_switch_trigger.patch deleted file mode 100644 index 18280ed85e..0000000000 --- a/target/linux/adm5120/patches/009-adm5120_leds_switch_trigger.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/drivers/leds/Kconfig -+++ b/drivers/leds/Kconfig -@@ -213,4 +213,12 @@ - This allows LEDs to be initialised in the ON state. - If unsure, say Y. - -+config LEDS_TRIGGER_ADM5120_SWITCH -+ tristate "LED ADM5120 Switch Port Status Trigger" -+ depends on LEDS_TRIGGERS && LEDS_ADM5120 -+ help -+ This allows LEDs to be controlled by the port states of -+ the ADM5120 built-in Ethernet Switch -+ If unsure, say N. -+ - endif # NEW_LEDS ---- a/drivers/leds/Makefile -+++ b/drivers/leds/Makefile -@@ -30,3 +30,4 @@ - obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o - obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o - obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o -+obj-$(CONFIG_LEDS_TRIGGER_ADM5120_SWITCH) += ledtrig-adm5120-switch.o |