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

nanonote-files: don't use manually edit config file

This commit is contained in:
Xiangfu 2012-04-04 19:17:50 +08:00
parent 7eb4f78cd9
commit 2b11c5115b

View File

@ -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`