Update .ci/build_pkgs.sh, .ci/prepare_build_dir.sh files
This commit is contained in:
parent
07c56270f4
commit
f3b21866ee
|
@ -1,5 +1,5 @@
|
||||||
cd /builds/$CI_PROJECT_PATH/wireless/
|
cd /builds/$CI_PROJECT_PATH/wireless/
|
||||||
PKGS="wifictld"
|
PKGS=$(ls)
|
||||||
|
|
||||||
cd ~/build_dir
|
cd ~/build_dir
|
||||||
|
|
||||||
|
|
|
@ -9,10 +9,14 @@ src-git packages https://git.openwrt.org/feed/packages.git
|
||||||
src-git luci https://git.openwrt.org/project/luci.git
|
src-git luci https://git.openwrt.org/project/luci.git
|
||||||
src-git routing https://git.openwrt.org/feed/routing.git
|
src-git routing https://git.openwrt.org/feed/routing.git
|
||||||
src-git telephony https://git.openwrt.org/feed/telephony.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
|
src-link $CI_PROJECT_NAME /builds/$CI_PROJECT_PATH
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat feeds.conf
|
cat feeds.conf
|
||||||
./scripts/feeds update -a > /dev/null
|
./scripts/feeds update -a > /dev/null
|
||||||
./scripts/feeds install -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
|
Loading…
Reference in New Issue