--- elwix/build_3thparty.sh 2013/07/29 19:47:55 1.2.6.7 +++ elwix/build_3thparty.sh 2013/07/31 13:17:53 1.2.6.8 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.2.6.7 2013/07/29 19:47:55 misho Exp $ +# $Id: build_3thparty.sh,v 1.2.6.8 2013/07/31 13:17:53 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -103,22 +103,22 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh ipsec-tools ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 -# ./build.sh dhcp ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 + ./build.sh dhcp ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ./build.sh dnsmasq ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 -# ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD} +# ./build.sh dnsmasq ${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} -# [ $? -ne 0 ] && exit 1 -# ./build.sh php ${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 - }