|
version 1.2.6.2, 2013/07/22 14:31:40
|
version 1.2.6.7, 2013/07/29 19:47:55
|
|
Line 103 compile_3th()
|
Line 103 compile_3th()
|
| [ $? -ne 0 ] && exit 1 |
[ $? -ne 0 ] && exit 1 |
| ./build.sh ipsec-tools ${CBUILD} ${PKG} ${TARGET_BUILD} |
./build.sh ipsec-tools ${CBUILD} ${PKG} ${TARGET_BUILD} |
| [ $? -ne 0 ] && exit 1 |
[ $? -ne 0 ] && exit 1 |
| ./build.sh dhcp ${CBUILD} ${PKG} ${TARGET_BUILD} | # ./build.sh dhcp ${CBUILD} ${PKG} ${TARGET_BUILD} |
| [ $? -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 miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD} | ./build.sh dnsmasq ${CBUILD} ${PKG} ${TARGET_BUILD} |
| [ $? -ne 0 ] && exit 1 |
[ $? -ne 0 ] && exit 1 |
| ./build.sh miniupnpc ${CGBUILD} ${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} |
| | # [ $? -ne 0 ] && exit 1 |
| ./build.sh ntp ${CBUILD} ${PKG} ${TARGET_BUILD} |
./build.sh ntp ${CBUILD} ${PKG} ${TARGET_BUILD} |
| [ $? -ne 0 ] && exit 1 |
[ $? -ne 0 ] && exit 1 |
| ./build.sh libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD} | # ./build.sh libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD} |
| [ $? -ne 0 ] && exit 1 | # [ $? -ne 0 ] && exit 1 |
| ./build.sh php ${CBUILD} ${PKG} ${TARGET_BUILD} | # ./build.sh php ${CBUILD} ${PKG} ${TARGET_BUILD} |
| [ $? -ne 0 ] && exit 1 | # [ $? -ne 0 ] && exit 1 |
| cd - |
cd - |
| } |
} |
| |
|
| ### main() |
### main() |
| if ! SnitVer ${PKG}/elwix.ver; then |
if ! SnitVer ${PKG}/elwix.ver; then |
| # clean_3th | clean_3th |
| compile_3th |
compile_3th |
| |
|
| echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${PKG}/elwix.ver |
echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${PKG}/elwix.ver |