--- elwix/build_3thparty.sh 2012/10/12 08:22:42 1.2 +++ 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 2012/10/12 08:22:42 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 @@ -69,8 +69,6 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh scan_ffs ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -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} @@ -95,8 +93,6 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./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 iftop ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh arping ${CBUILD} ${PKG} ${TARGET_BUILD} @@ -109,29 +105,27 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh dhcp ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ./build.sh dhcdrop ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -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} - [ $? -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 - - - echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${PKG}/elwix.ver } ### main() if ! SnitVer ${PKG}/elwix.ver; then clean_3th compile_3th + + echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${PKG}/elwix.ver else echo "Skipped ELWIX 3th party build ..." fi