--- elwix/Attic/build_cross.sh 2012/01/26 15:09:23 1.3.2.1 +++ elwix/Attic/build_cross.sh 2012/02/15 13:46:10 1.3.2.3 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_cross.sh,v 1.3.2.1 2012/01/26 15:09:23 misho Exp $ +# $Id: build_cross.sh,v 1.3.2.3 2012/02/15 13:46:10 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -270,6 +270,8 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh pciutils ${CGBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 + ./build.sh istgt ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 ./build.sh rsync ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh ttcp ${CBUILD} ${PKG} ${TARGET_BUILD} @@ -297,8 +299,6 @@ compile_3th() ./build.sh quagga ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh coova-chilli ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 - ./build.sh ntpd ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh iftop ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1