--- elwix/build_3thparty.sh 2012/04/08 22:07:21 1.1.2.5 +++ elwix/build_3thparty.sh 2012/07/06 13:22:20 1.1.2.8 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.1.2.5 2012/04/08 22:07:21 misho Exp $ +# $Id: build_3thparty.sh,v 1.1.2.8 2012/07/06 13:22:20 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -113,7 +113,11 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ./build.sh thttpd ${CBUILD} ${PKG} ${TARGET_BUILD} + ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 + ./build.sh miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 + ./build.sh ntp ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1