From 2b11c5115b9b77bf994d690c08b93871afa5e405 Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Wed, 4 Apr 2012 19:17:50 +0800 Subject: [PATCH] nanonote-files: don't use manually edit config file --- .../data/qi_lb60/scripts/compile-openwrt-xburst.sh | 7 ------- 1 file changed, 7 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 0ffb0e6..dd7381d 100755 --- a/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh +++ b/nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh @@ -54,13 +54,6 @@ sed -i '/CONFIG_ALL/s/.*/CONFIG_ALL=y/' .config yes "" | make oldconfig > /dev/null -if [ "$1" == "full_system" ]; then - echo "re-write config file" - cp .config ${IMAGES_DIR}/config.autogen - cp /home/xiangfu/config .config -fi - - echo "getting version numbers of used repositories..." HEAD_NEW=`${GET_FEEDS_VERSION_SH} ${OPENWRT_DIR}` HEAD_OLD=`cat ${IMAGES_DIR}/../${OPENWRT_DIR_NAME}.VERSIONS`