diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-07-18 10:29:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-07-18 10:29:44 +0000 |
commit | f6935a4bdb19c7084c43a37f73baf890231c4e80 (patch) | |
tree | f4ef428d89dfaba32d3fb05182e0f96651076c0c | |
parent | 2d87b1c1ee5149a0c2e2720f5d503706b70e08f9 (diff) | |
download | master-31e0f0ae-f6935a4bdb19c7084c43a37f73baf890231c4e80.tar.gz master-31e0f0ae-f6935a4bdb19c7084c43a37f73baf890231c4e80.tar.bz2 master-31e0f0ae-f6935a4bdb19c7084c43a37f73baf890231c4e80.zip |
fix alice gate2 internet:green led (#6743)
SVN-Revision: 22273
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.32/150-alice_gate2_leds.patch | 2 | ||||
-rw-r--r-- | 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 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, + }, + { |