From 05f8519acca322b215485b887b2aa4cf5f53ad38 Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Tue, 25 Dec 2012 08:58:51 +0800 Subject: [PATCH] update compile-openwrt-xburst.sh --- nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh b/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh index 47d5abc..ebdfbbe 100755 --- a/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh +++ b/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh @@ -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"