--- elwix/build_3thparty.sh 2012/02/21 16:15:14 1.1.2.1 +++ elwix/build_3thparty.sh 2012/02/22 15:43:10 1.1.2.3 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.1.2.1 2012/02/21 16:15:14 misho Exp $ +# $Id: build_3thparty.sh,v 1.1.2.3 2012/02/22 15:43:10 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -30,7 +30,7 @@ if [ ! -d $DEST ]; then exit 1 fi -clean_cross() +clean_3th() { echo "+++ Clean ELWIX 3th party ..." @@ -74,6 +74,8 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh mpd ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 + ./build.sh mrouted ${CGBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 ./build.sh igmpproxy ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh sudo ${CBUILD} ${PKG} ${TARGET_BUILD} @@ -84,8 +86,6 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh ipguard ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ./build.sh iperf ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 ./build.sh smartmontools ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh sqlite3 ${CBUILD} ${PKG} ${TARGET_BUILD} @@ -98,7 +98,7 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh arping ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ./build.sh hping ${CGBUILD} ${PKG} ${TARGET_BUILD} + ./build.sh hping2 ${CGBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh trafshow ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 @@ -108,8 +108,12 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh dhcdrop ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 + ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 ./build.sh thttpd ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 + ./build.sh libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 ./build.sh php ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 cd - @@ -119,6 +123,7 @@ compile_3th() ### main() if ! SnitVer ${PKG}/elwix.ver; then + clean_3th compile_3th else echo "Skipped ELWIX 3th party build ..."