OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
Date: | 2012-04-04 13:17:50 (8 years 10 months ago) |
---|---|
Author: | Xiangfu |
Commit: | 2b11c5115b9b77bf994d690c08b93871afa5e405 |
Message: | nanonote-files: don't use manually edit config file |
Files: |
nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh (1 diff) |
Change Details
nanonote-files/data/qi_lb60/scripts/compile-openwrt-xburst.sh | ||
---|---|---|
54 | 54 | yes "" | make oldconfig > /dev/null |
55 | 55 | |
56 | 56 | |
57 | if [ "$1" == "full_system" ]; then | |
58 | echo "re-write config file" | |
59 | cp .config ${IMAGES_DIR}/config.autogen | |
60 | cp /home/xiangfu/config .config | |
61 | fi | |
62 | ||
63 | ||
64 | 57 | echo "getting version numbers of used repositories..." |
65 | 58 | HEAD_NEW=`${GET_FEEDS_VERSION_SH} ${OPENWRT_DIR}` |
66 | 59 | HEAD_OLD=`cat ${IMAGES_DIR}/../${OPENWRT_DIR_NAME}.VERSIONS` |