1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

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

This closes: #14427.

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

SVN-Revision: 38701
This commit is contained in:
Hauke Mehrtens 2013-11-09 20:09:21 +00:00
parent 874650d235
commit 80eb837491

@ -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 },