Building OpenWrt for your router or your custom board from source

Get the latest version:

$ svn co svn://svn.openwrt.org/openwrt/trunk/

Get additional packages:

$ ./scripts/feeds update -a && ./scripts/feeds install -a

Apply default configuration:

$ make defconfig

Configure the system (choose your type of router):

$ make menuconfig

Start the building OpenWrt:

$ make

The image ready for loadng into the router is located here:

/bin/brcm47xx$