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:
rm -rf tmp/ ./scripts/feeds update -a ./scripts/feeds install -a -f
To set config to Mango's default:
cp configs/8dev_mango_stripped .config make defconfig
Then finally build:
make
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