--- elwix/build_3thparty.sh 2017/02/13 16:52:46 1.6 +++ elwix/build_3thparty.sh 2017/06/14 14:56:24 1.6.2.1 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.6 2017/02/13 16:52:46 misho Exp $ +# $Id: build_3thparty.sh,v 1.6.2.1 2017/06/14 14:56:24 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -90,8 +90,8 @@ compile_3th() [ $? -ne 0 ] && exit 1 ${BUILD_SH} ipguard ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ${BUILD_SH} igmpproxy ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 +# ${BUILD_SH} igmpproxy ${CBUILD} ${PKG} ${TARGET_BUILD} +# [ $? -ne 0 ] && exit 1 ${BUILD_SH} ttcp ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ${BUILD_SH} mtr ${CBUILD} ${PKG} ${TARGET_BUILD} @@ -107,6 +107,12 @@ compile_3th() ${BUILD_SH} bmon ${CGBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ${BUILD_SH} hping2 ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 + ${BUILD_SH} pimd ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 + ${BUILD_SH} pimdd ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 + ${BUILD_SH} freevrrpd ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ${BUILD_SH} readline ${CGBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1