2013/4/23 Jonas Gorski <j...@openwrt.org> > > On Wed, Apr 17, 2013 at 5:52 PM, danitool <dgcb...@gmail.com> wrote: > > Enable the livebox-1 minipci, otherwise, the board won't detect > > any device connected on it (included wifi cards). > > > > I've made a patch against current AA svn. I didn't notice this issue > > earlier since I'm currently using CFE on this board. It's just a missed > > line. > > Is this also broken/missing on BB? If yes, please fix it there first.
Yes it is. Here the patch for BB: Signed-off-by: Daniel Gonzalez <dgcb...@gmail.com> Index: target/linux/brcm63xx/patches-3.7/513-board_livebox.patch =================================================================== --- target/linux/brcm63xx/patches-3.7/513-board_livebox.patch (revision 36405) +++ target/linux/brcm63xx/patches-3.7/513-board_livebox.patch (working copy) @@ -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; + } _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel