====== 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: 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 ===== 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: {{:jalapeno:gettingstarted:jalapeno_menuconfig.png?nolink&|}} ===== More details ===== If there something goes wrong, this make argument outputs more details. make V=sc