summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-05-02 15:28:07 +0000
committerJonas Gorski <jogo@openwrt.org>2013-05-02 15:28:07 +0000
commit999a956f4cd97154946cad35735d353a04a734da (patch)
tree932debb0cdfddf673f2f522b6d45a3a8dbb42ebd /target/linux
parentf935d800bf5c6ecebc3d4519041661d60484ded9 (diff)
downloadmaster-31e0f0ae-999a956f4cd97154946cad35735d353a04a734da.tar.gz
master-31e0f0ae-999a956f4cd97154946cad35735d353a04a734da.tar.bz2
master-31e0f0ae-999a956f4cd97154946cad35735d353a04a734da.zip
bcm63xx: fix/enable livebox minipci
Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> SVN-Revision: 36523
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/brcm63xx/patches-3.8/513-board_livebox.patch3
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;
+ }