mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-25 18:10:38 +02:00
nanonote-files: don't use manually edit config file
This commit is contained in:
parent
7eb4f78cd9
commit
2b11c5115b
@ -54,13 +54,6 @@ sed -i '/CONFIG_ALL/s/.*/CONFIG_ALL=y/' .config
|
|||||||
yes "" | make oldconfig > /dev/null
|
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..."
|
echo "getting version numbers of used repositories..."
|
||||||
HEAD_NEW=`${GET_FEEDS_VERSION_SH} ${OPENWRT_DIR}`
|
HEAD_NEW=`${GET_FEEDS_VERSION_SH} ${OPENWRT_DIR}`
|
||||||
HEAD_OLD=`cat ${IMAGES_DIR}/../${OPENWRT_DIR_NAME}.VERSIONS`
|
HEAD_OLD=`cat ${IMAGES_DIR}/../${OPENWRT_DIR_NAME}.VERSIONS`
|
||||||
|
Loading…
Reference in New Issue
Block a user