--- elwix/build_3thparty.sh 2013/08/05 13:10:16 1.3 +++ elwix/build_3thparty.sh 2014/01/05 23:14:22 1.4 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.3 2013/08/05 13:10:16 misho Exp $ +# $Id: build_3thparty.sh,v 1.4 2014/01/05 23:14:22 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -111,17 +111,21 @@ 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 dhcping ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 -# ./build.sh dnsmasq ${CBUILD} ${PKG} ${TARGET_BUILD} +# ./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} [ $? -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 spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 + ./build.sh lighttpd ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1