From 9e7c7275c4493dda6dd54e82855de137e621c432 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 20 Oct 2011 15:11:22 +0800 Subject: [PATCH] nanonote-files: compile-openwrt-xburst.sh: fix the kernel.config path --- nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3e7d5c6..a655680 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/${OPENWRT_DIR_NAME}/" CONFIG_FILE_TYPE="config."$1 -MAKE_VARS=" V=99 IGNORE_ERRORS=m -j4 " +MAKE_VARS=" V=99 IGNORE_ERRORS=m " ######################################################################## DATE=$(date "+%Y-%m-%d") @@ -85,7 +85,7 @@ ${GET_FEEDS_VERSION_SH} ${OPENWRT_DIR} > ${VERSIONS_FILE} echo "copy all files to IMAGES_DIR..." cp .config ${IMAGES_DIR}/config -cp build_dir/linux-xburst_qi_lb60/linux-2.6*/.config ${IMAGES_DIR}/kernel.config +cp build_dir/linux-xburst_qi_lb60/linux-*/.config ${IMAGES_DIR}/kernel.config cp feeds.conf ${IMAGES_DIR}/ cp -a bin/xburst/* ${IMAGES_DIR} 2>/dev/null mkdir -p ${IMAGES_DIR}/files