1. Requirements

The build-system checks for the requirements and print what's missing on your system. Then install the packages.

To manually check the prerequisits run

make prereq

2. Actual commands

cd ~
svn checkout https://svn.openwrt.org/openwrt/trunk/ kamikaze
cd kamikaze
scripts/feeds update packages
scripts/feeds install <pkg_name_1> <pkg_name_2> # Creates the symlinks for the packages you like to install
make menuconfig                                   # Select your target, packages and other options. Only select the packages you need.
make world

OpenWrtDocs/BuildingKamikazeHowTo (last edited 2008-03-31 16:19:20 by Wodin)

Almost all of these pages are editable, create an account and click the edit (Edit) button at the top of the page.