--- elwix/build_3thparty.sh 2013/07/29 15:33:48 1.2.6.4 +++ elwix/build_3thparty.sh 2013/07/29 15:54:13 1.2.6.5 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.2.6.4 2013/07/29 15:33:48 misho Exp $ +# $Id: build_3thparty.sh,v 1.2.6.5 2013/07/29 15:54:13 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -107,10 +107,10 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 - ./build.sh miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 +# ./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}