- -------------------------
- cjdns for alix2 example
- -------------------------
- rm -fr staging_dir build_dir bin broken_packages
- make distclean
- echo CONFIG_TARGET_x86=y > .config
- echo CONFIG_TARGET_x86_alix2=y >> .config
- echo CONFIG_PACKAGE_cjdns=y >> .config
- echo CONFIG_PACKAGE_luci-cjdns=y >> .config
- echo CONFIG_PACKAGE_lilo=n >> .config
- echo CONFIG_ALL=y >> .config
- ./scripts/feeds update -a
- ./scripts/feeds install -a
- make defconfig
- make prereq
- make IGNORE_ERRORS=m V=99 BUILD_LOG=1 tools/install
- make IGNORE_ERRORS=m V=99 BUILD_LOG=1 toolchain/install
- make IGNORE_ERRORS=m V=99 BUILD_LOG=1 target/compile
- make IGNORE_ERRORS=m V=99 BUILD_LOG=1 package/compile
- make IGNORE_ERRORS=m V=99 BUILD_LOG=1 package/install
- make IGNORE_ERRORS=m V=99 BUILD_LOG=1 package/index
- make IGNORE_ERRORS=m V=99 BUILD_LOG=1 target/install
- rm -fvr staging_dir build_dir bin
- make distclean V=99