mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
fix dmz gpio for the wrtsl54gs
SVN-Revision: 5600
This commit is contained in:
parent
b80c2a145e
commit
541abcfad6
@ -147,7 +147,7 @@ static struct platform_t __initdata platforms[] = {
|
|||||||
},
|
},
|
||||||
.leds = {
|
.leds = {
|
||||||
{ .name = "power", .gpio = 1 << 1, .polarity = NORMAL },
|
{ .name = "power", .gpio = 1 << 1, .polarity = NORMAL },
|
||||||
{ .name = "dmz", .gpio = 1 << 7, .polarity = REVERSE },
|
{ .name = "dmz", .gpio = 1 << 0, .polarity = REVERSE },
|
||||||
{ .name = "ses_white", .gpio = 1 << 5, .polarity = REVERSE },
|
{ .name = "ses_white", .gpio = 1 << 5, .polarity = REVERSE },
|
||||||
{ .name = "ses_orange", .gpio = 1 << 7, .polarity = REVERSE },
|
{ .name = "ses_orange", .gpio = 1 << 7, .polarity = REVERSE },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user