diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-05-02 15:28:07 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-05-02 15:28:07 +0000 |
commit | adf42498942366a52ee03a85b0a85830a0a7e75b (patch) | |
tree | 45563adf24ca554d1ff9dcccdf9d5e1a866d1d1b /target | |
parent | b49e42cbddf6e836fe180c5e70739e63a568ced4 (diff) | |
download | master-187ad058-adf42498942366a52ee03a85b0a85830a0a7e75b.tar.gz master-187ad058-adf42498942366a52ee03a85b0a85830a0a7e75b.tar.bz2 master-187ad058-adf42498942366a52ee03a85b0a85830a0a7e75b.zip |
bcm63xx: fix/enable livebox minipci
Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36523 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/patches-3.8/513-board_livebox.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.8/513-board_livebox.patch b/target/linux/brcm63xx/patches-3.8/513-board_livebox.patch index 8089307cbf..2323b5eef7 100644 --- a/target/linux/brcm63xx/patches-3.8/513-board_livebox.patch +++ b/target/linux/brcm63xx/patches-3.8/513-board_livebox.patch @@ -18,7 +18,7 @@ +obj-$(CONFIG_BOARD_LIVEBOX) += board_livebox.o --- /dev/null +++ b/arch/mips/bcm63xx/boards/board_livebox.c -@@ -0,0 +1,368 @@ +@@ -0,0 +1,369 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive @@ -228,6 +228,7 @@ + +#ifdef CONFIG_PCI + if (board.has_pci) { ++ bcm63xx_pci_enabled = 1; + if (BCMCPU_IS_6348()) + val |= GPIO_MODE_6348_G2_PCI; + } |