[brcm63xx] patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22464 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Daniel Dickinson
2010-08-02 19:32:40 +00:00
parent 1864cba39b
commit ba4b087197
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
+ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 32,
+ .gpio = 33,
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,

View File

@@ -16,7 +16,7 @@
+ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 32,
+ .gpio = 33,
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,