Hello, On Tuesday 08 February 2011 15:02:27 Marco Antonio Mauro wrote: > Hello, > > I'm trying to write a patch to add support for a new brcm63xx board. I > already posted in the forum (link: > https://forum.openwrt.org/viewtopic.php?id=25578 ); there jow said I > should get in touch with florian through this mailing list.
There you go :) > > How can I add support for that board? Which files need to be modified for > this? I'm sorry if those questions have already been answered somewhere > but I couldn't find out what was needed. You basically need to adapt arch/mips/bcm63xx/boards/board_bcm963xx.c and add a specific definition for your board, that is: - describing the expected CPU type it will be found running on - external peripherals which are present on it (ethernet, GPIOs, LEDs ...) Have a look at how it is done for other boards, it should be pretty straight forward. -- Florian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
