Hi,

u can use the kernel that is downloaded when u have done make (but u need to
see the arch specific code as florian said).
goto arch/mips/bcm63xx/

here the board specific code will be present.
u can go through the code and change it according to ur board and make a
patch and place it in target/linux/brcm63xx/patches/
and add the patch names to the series file there in that directory and
delete the compiled kernel in build_dir/target-linux/linux* or
build_dir/linux-x86-generic/linux*

and type make to compile ur kernel with what ever changes u made to the
board specific code.

thanks,
dev.

On Wed, Feb 9, 2011 at 9:49 PM, Marco Antonio Mauro <marcu...@gmail.com>wrote:

> On Tue, Feb 8, 2011 at 3:54 PM, Florian Fainelli <flor...@openwrt.org>
> wrote:
> > 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
> ...)
>
> I'm sorry but I don't think I understood how to do it correctly
> What kernel version should I use as base?
> Should I use the one downloaded through the make process?
> Do I have to follow a special procedure?
> It's the first time for me :| sorry to bother you all
>
> --
> Marcus905
> GPG pubkey:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1FC0ECC932FE5FAC
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to