diff options
author | Raphaël Huck <rhk@cksum.org> | 2010-04-29 12:54:24 +0000 |
---|---|---|
committer | Raphaël Huck <rhk@cksum.org> | 2010-04-29 12:54:24 +0000 |
commit | f87eac79bb74bf56748b6c3bcfbb4671ac732113 (patch) | |
tree | 9003728e69eec4a497fdda377ef8addfce2cc309 /target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch | |
parent | ccfe1f7886159660b0f015f904f152e70121f8fb (diff) | |
download | mtk-20170518-f87eac79bb74bf56748b6c3bcfbb4671ac732113.zip mtk-20170518-f87eac79bb74bf56748b6c3bcfbb4671ac732113.tar.gz mtk-20170518-f87eac79bb74bf56748b6c3bcfbb4671ac732113.tar.bz2 |
rename reset_buttons to buttons
SVN-Revision: 21255
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch b/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch index d9dba14..b4d948a 100644 --- a/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch +++ b/target/linux/brcm63xx/patches-2.6.32/140-new_bcm96348gw_leds.patch @@ -78,5 +78,5 @@ - struct gpio_led leds[5]; + struct gpio_led leds[8]; - /* Reset button */ - struct gpio_button reset_buttons[1]; + /* Buttons */ + struct gpio_button buttons[1]; |