broadcom-diag: fix sys button on Asus rt-n16

This closes: #14427.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38701 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Hauke Mehrtens
2013-11-09 20:09:21 +00:00
parent cf3d8e679c
commit d873659882

View File

@@ -711,7 +711,7 @@ static struct platform_t __initdata platforms[] = {
.name = "ASUS RT-N16",
.buttons = {
{ .name = "reset", .gpio = 1 << 8 },
{ .name = "ses", .gpio = 1 << 5 },
{ .name = "ses", .gpio = 1 << 6 },
},
.leds = {
{ .name = "power", .gpio = 1 << 1, .polarity = REVERSE },