Build using several cores make -j(n+1) where n=#CPUs
, For example:
make -j4
First time building or when you want your feeds updated, run:
./scripts/feeds update -a ./scripts/feeds install -a
To set config to jalapeno's default:
git checkout jalapeno_config cp jalapeno_config .config
Then finally build:
make IGNORE_ERRORS=m
Run this after you updated your feeds:
make menuconfig
to configure OpenWrt according your needs.
You should see configuration window like this:
If there something goes wrong, this make argument outputs more details.
make V=sc