aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-07-18 10:29:44 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-07-18 10:29:44 +0000
commitc8c989694d8f93497b98bb5df23ee49880594f5d (patch)
treefcdfac048356fac78673edfd356d3db6a9091de5 /target
parent20a234a7d77934255c2e172b67badcb43bc00ef6 (diff)
downloadmaster-187ad058-c8c989694d8f93497b98bb5df23ee49880594f5d.tar.gz
master-187ad058-c8c989694d8f93497b98bb5df23ee49880594f5d.tar.bz2
master-187ad058-c8c989694d8f93497b98bb5df23ee49880594f5d.zip
[brcm63xx] fix alice gate2 internet:green led (#6743)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/patches-2.6.32/150-alice_gate2_leds.patch2
-rw-r--r--target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch2
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,
+ },
+ {