Wednesday, September 9, 2009

OpenWRT Kamikaze compile single package

I found the solution to this on this site
openwrt building

You have to type the following to compile a package without compiling the entire build tree


$> make package/i2c-gpio-custom/{clean,compile,install} V=99 DEVELOPER=1


This is from the top directory of Kamikaze.

No comments: