Advanced build options

Build faster

Build using several cores make -j(n+1) where n=#CPUs, For example:

make -j4

Manual build

First time building or when you want your feeds updated, run:

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

To set config to habanero's default:

git checkout jalapeno_config
cp jalapeno_config .config

Then finally build:

make IGNORE_ERRORS=m

Customize your build

Run this after you updated your feeds:

make menuconfig

to configure OpenWrt according your needs.

You should see configuration window like this:

More details

If there something goes wrong, this make argument outputs more details.

make V=sc