Diff for /elwix/build_3thparty.sh between versions 1.2.6.5 and 1.2.6.6

version 1.2.6.5, 2013/07/29 15:54:13 version 1.2.6.6, 2013/07/29 19:46:11
Line 107  compile_3th() Line 107  compile_3th()
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
           ./build.sh dnsmasq ${CBUILD} ${PKG} ${TARGET_BUILD}
           [ $? -ne 0 ] && exit 1
 #       ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD}  #       ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD}
 #       [ $? -ne 0 ] && exit 1  #       [ $? -ne 0 ] && exit 1
 #       ./build.sh miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}  #       ./build.sh miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}

Removed from v.1.2.6.5  
changed lines
  Added in v.1.2.6.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>