From 741d3e3d164ac950d5b98c85aafd307954ac9e8f Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 18 Jul 2010 10:29:44 +0000 Subject: [PATCH] [brcm63xx] fix alice gate2 internet:green led (#6743) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22273 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/patches-2.6.32/150-alice_gate2_leds.patch | 2 +- target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/brcm63xx/patches-2.6.32/150-alice_gate2_leds.patch b/target/linux/brcm63xx/patches-2.6.32/150-alice_gate2_leds.patch index 0c7a9ddf7..4eea7f4db 100644 --- a/target/linux/brcm63xx/patches-2.6.32/150-alice_gate2_leds.patch +++ b/target/linux/brcm63xx/patches-2.6.32/150-alice_gate2_leds.patch @@ -55,7 +55,7 @@ + }, + { + .name = "internet:green", -+ .gpio = 25, ++ .gpio = 24, + .active_low = 1, + }, + { diff --git a/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch b/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch index 7415ca423..49f9866b5 100644 --- a/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch +++ b/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch @@ -55,7 +55,7 @@ + }, + { + .name = "internet:green", -+ .gpio = 25, ++ .gpio = 24, + .active_low = 1, + }, + { -- 2.20.1