1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and Comtrend CT-5261

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19361 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore
2010-01-28 16:54:00 +00:00
parent 8fbb98d0d4
commit fa01321b69
2 changed files with 61 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ struct board_info {
struct gpio_led leds[8];
/* Reset button */
unsigned int reset_btn;
struct gpio_button reset_buttons[1];
};
#endif /* ! BOARD_BCM963XX_H_ */