X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2fec201ae4221b3318c7ed27351b259e88df31c1..347c600521d2864d728e192cff1c1124d54b23ea:/target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch diff --git a/target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch b/target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch index bbd0c62e7..7c17b887d 100644 --- a/target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch +++ b/target/linux/brcm63xx/patches-2.6.32/221-board-NB4.patch @@ -117,7 +117,7 @@ + .active_low = 1, + }, + }, -+ .reset_buttons = { ++ .buttons = { + { + .desc = "reset", + .gpio = 34, @@ -209,7 +209,7 @@ + .active_low = 1, + }, + }, -+ .reset_buttons = { ++ .buttons = { + { + .desc = "reset", + .gpio = 34, @@ -299,7 +299,7 @@ + .active_low = 1, + }, + }, -+ .reset_buttons = { ++ .buttons = { + { + .desc = "reset", + .gpio = 34, @@ -386,7 +386,7 @@ + .gpio = 4, + }, + }, -+ .reset_buttons = { ++ .buttons = { + { + .desc = "reset", + .gpio = 34, @@ -471,7 +471,7 @@ + .gpio = 4, + }, + }, -+ .reset_buttons = { ++ .buttons = { + { + .desc = "reset", + .gpio = 34, @@ -543,5 +543,5 @@ - struct gpio_led leds[8]; + struct gpio_led leds[9]; - /* Reset button */ - struct gpio_button reset_buttons[2]; + /* Buttons */ + struct gpio_button buttons[2];