summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-08-02 19:32:40 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-08-02 19:32:40 +0000
commit99d0f9ea053e08fc2a5c910efb7357a23b69934f (patch)
tree05d7195c60ebffe3efff286fc2459e3175244231 /target
parente1bfcceb932fff0f4600d356457c9c97586e1781 (diff)
downloadmaster-31e0f0ae-99d0f9ea053e08fc2a5c910efb7357a23b69934f.tar.gz
master-31e0f0ae-99d0f9ea053e08fc2a5c910efb7357a23b69934f.tar.bz2
master-31e0f0ae-99d0f9ea053e08fc2a5c910efb7357a23b69934f.zip
patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32
SVN-Revision: 22464
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch2
-rw-r--r--target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch b/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
index d96ab7a03b..cdafd92624 100644
--- a/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
+++ b/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch
@@ -16,7 +16,7 @@
+ .buttons = {
+ {
+ .desc = "reset",
-+ .gpio = 32,
++ .gpio = 33,
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
diff --git a/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch b/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
index 6b72ca22a3..982886f4b4 100644
--- a/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
+++ b/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
@@ -16,7 +16,7 @@
+ .buttons = {
+ {
+ .desc = "reset",
-+ .gpio = 32,
++ .gpio = 33,
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,