From: Florian Fainelli Date: Sun, 18 Jul 2010 10:29:44 +0000 (+0000) Subject: fix alice gate2 internet:green led (#6743) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f6935a4bdb19c7084c43a37f73baf890231c4e80;p=openwrt%2Fstaging%2Fblocktrron.git fix alice gate2 internet:green led (#6743) SVN-Revision: 22273 --- 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 0c7a9ddf70..4eea7f4dbb 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 7415ca4239..49f9866b59 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, + }, + {