Compile Kamikaze with Webif^2
From X-Wrt
OpenWRT Trunk Compilation Instructions
##### Compiling Kamikaze Trunk from source cd ~ svn -q checkout svn://svn.openwrt.org/openwrt/trunk/ ~/trunk/ cd ~/trunk/ ./scripts/feeds update -a ./scripts/feeds install -a make menuconfig # Select your target, packages and other options. Only select the packages you need. make world make -jN world # Enables parallel builds. Replace N with the number or core CPUs you have on your system.
OpenWRT 7.09 and earlier Compilation Instructions
a) Checkout the kamikaze buildroot from openwrt, 7.09 recommended
svn co https://svn.openwrt.org/openwrt/tags/kamikaze_7.09/
b) Check out the extra packages for kamikaze
make package/symlinks
d) Next again from within the trunk/package/ directory checkout the webif
svn co http://x-wrt.googlecode.com/svn/tags/kamikaze_7.09/package/webif
If you already have a x-wrt tree setup and would like to switch to this method you can copy or symlink the dl folder into the openwrt folder if you don't want to download all the packages again.
This will give you a up to day build of kamikaze. To update it you will need to run
svn up trunk packages trunk/package/webif
You can also download a development snapshot of the webif from http://downloads.x-wrt.org/xwrt/kamikaze/
Also see http://wiki.x-wrt.org/index.php/Kamikaze for more information on the status of the webif

