diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-02-22 11:16:52 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-02-22 11:16:52 +0000 |
commit | b8ed6534ca4ebed2c7eda51cbfc43cfeacfdd55c (patch) | |
tree | 3816abd4bacdeccf567d4a5654d2bd07ed282cb4 /target/linux/brcm63xx/patches-3.10/421-BCM63XX-add-led-pin-for-ath9k.patch | |
parent | 4a2f87bce09ffe47f1521ff7a64bb9efd1ae039d (diff) | |
download | mtk-20170518-b8ed6534ca4ebed2c7eda51cbfc43cfeacfdd55c.zip mtk-20170518-b8ed6534ca4ebed2c7eda51cbfc43cfeacfdd55c.tar.gz mtk-20170518-b8ed6534ca4ebed2c7eda51cbfc43cfeacfdd55c.tar.bz2 |
brcm63xx: fix RG100A/DB120 usb port number
Set usbh ports to 2 to fix #15007.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39681
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/421-BCM63XX-add-led-pin-for-ath9k.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/421-BCM63XX-add-led-pin-for-ath9k.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/421-BCM63XX-add-led-pin-for-ath9k.patch b/target/linux/brcm63xx/patches-3.10/421-BCM63XX-add-led-pin-for-ath9k.patch index b6e9358..f4821b6 100644 --- a/target/linux/brcm63xx/patches-3.10/421-BCM63XX-add-led-pin-for-ath9k.patch +++ b/target/linux/brcm63xx/patches-3.10/421-BCM63XX-add-led-pin-for-ath9k.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1066,7 +1066,7 @@ int __init board_register_devices(void) +@@ -1067,7 +1067,7 @@ int __init board_register_devices(void) /* register any fixups */ for (i = 0; i < board.has_caldata; i++) pci_enable_ath9k_fixup(board.caldata[i].slot, board.caldata[i].caldata_offset, |