diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-11-24 14:19:16 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-11-24 14:19:16 +0000 |
commit | 4560dbf0b61d3ecbb4d4c177465b7cf2fd67318c (patch) | |
tree | df2fd1de481e3f78591bbcb55f930355c3f04085 /target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch | |
parent | 2ff9b90ae77a3fe107de26ad7146506dc60f3f42 (diff) | |
download | upstream-4560dbf0b61d3ecbb4d4c177465b7cf2fd67318c.tar.gz upstream-4560dbf0b61d3ecbb4d4c177465b7cf2fd67318c.tar.bz2 upstream-4560dbf0b61d3ecbb4d4c177465b7cf2fd67318c.zip |
bcm63xx: Enable LED pin support for ath9k pci fixup.
Some boards need specifying LED pin in order to get it working.
For example, in board HW556 (Huawei HG556a) "led_pin" must be "2".
By default led_pin is "0", so dsl_274xb_rev_f is changed to "-1".
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34321 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch b/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch index 095a851b2c..e5663b0f31 100644 --- a/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch +++ b/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -843,6 +843,17 @@ static struct board_info __initdata boar +@@ -844,6 +844,17 @@ static struct board_info __initdata boar .active_low = 1, }, }, |