1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-29 00:02:54 +03:00

update compile-openwrt-xburst.sh

This commit is contained in:
Xiangfu 2012-12-25 08:58:51 +08:00
parent 113a6b7574
commit 05f8519acc

View File

@ -7,7 +7,7 @@ OPENWRT_DIR_NAME="openwrt-xburst."$1
OPENWRT_DIR="/home/xiangfu/tmp/${OPENWRT_DIR_NAME}/"
CONFIG_FILE_TYPE="config."$1
MAKE_VARS=" -j8 V=s IGNORE_ERRORS=m "
MAKE_VARS=" V=s IGNORE_ERRORS=m "
########################################################################
DATE=$(date "+%Y-%m-%d")
@ -47,6 +47,7 @@ fi
echo "update and install feeds..."
cp /home/xiangfu/bin/feeds.conf ./
./scripts/feeds update -a && ./scripts/feeds install -a
if [ "$?" != "0" ]; then
echo "ERROR: update and install feeds failed"