Update .ci/build_pkgs.sh, .ci/prepare_build_dir.sh files

This commit is contained in:
Martin/Geno 2019-02-26 14:02:55 +01:00
parent 07c56270f4
commit f3b21866ee
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cd /builds/$CI_PROJECT_PATH/wireless/
PKGS="wifictld"
PKGS=$(ls)
cd ~/build_dir

View File

@ -9,6 +9,7 @@ src-git packages https://git.openwrt.org/feed/packages.git
src-git luci https://git.openwrt.org/project/luci.git
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-link $CI_PROJECT_NAME /builds/$CI_PROJECT_PATH
EOF
@ -16,3 +17,6 @@ EOF
cat feeds.conf
./scripts/feeds update -a > /dev/null
./scripts/feeds install -a > /dev/null
make defconfig > /dev/null
sed -i 's/# CONFIG_BUILD_LOG is not set/CONFIG_BUILD_LOG=y/' .config