--- elwix/build_3thparty.sh 2012/02/21 16:15:14 1.1.2.1 +++ elwix/build_3thparty.sh 2012/02/22 00:04:21 1.1.2.2 @@ -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.2 2012/02/22 00:04:21 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -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} @@ -107,6 +107,8 @@ compile_3th() ./build.sh dhcp ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -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