mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix dmz gpio for the wrtsl54gs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5600 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
44c8f83026
commit
1a6fc38112
@ -147,7 +147,7 @@ static struct platform_t __initdata platforms[] = {
|
||||
},
|
||||
.leds = {
|
||||
{ .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_orange", .gpio = 1 << 7, .polarity = REVERSE },
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user