Update prepare_build_dir.sh

This commit is contained in:
Martin/Geno 2019-02-26 14:56:46 +01:00
parent f2f1f430a0
commit a93e749e40
1 changed files with 5 additions and 4 deletions

View File

@ -4,10 +4,11 @@ cd ~/build_dir
tar Jxf ~/sdk/$SDK_FILE --strip=1 tar Jxf ~/sdk/$SDK_FILE --strip=1
cat > feeds.conf <<EOF cat > feeds.conf <<EOF
src-git packages https://git.openwrt.org/feed/packages.git;openwrt-18.06 src-git base https://git.openwrt.org/openwrt/openwrt.git
src-git luci https://git.openwrt.org/project/luci.git;openwrt-18.06 src-git packages https://git.openwrt.org/feed/packages.git
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-18.06 src-git luci https://git.openwrt.org/project/luci.git
src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-18.06 src-git routing https://git.openwrt.org/feed/routing.git
src-git telephony https://git.openwrt.org/feed/telephony.git
src-git gluon https://github.com/freifunk-gluon/packages.git src-git gluon https://github.com/freifunk-gluon/packages.git
src-link $CI_PROJECT_NAME /builds/$CI_PROJECT_PATH src-link $CI_PROJECT_NAME /builds/$CI_PROJECT_PATH