|
@@ -2,7 +2,7 @@
|
|
|
#=================================================
|
|
|
shopt -s extglob
|
|
|
|
|
|
-sed -i '$a src-git kiddin9 https://github.com/kiddin9/openwrt-packages.git;master' feeds.conf.default
|
|
|
+sed -i '$a src-git kiddin9 https://github.com/kiddin9/kwrt-packages.git;master' feeds.conf.default
|
|
|
sed -i "/telephony/d" feeds.conf.default
|
|
|
|
|
|
sed -i "s?targets/%S/packages?targets/%S/\$(LINUX_VERSION)?" include/feeds.mk
|
|
@@ -27,12 +27,12 @@ sed -i "s/procd-seccomp//" include/target.mk
|
|
|
|
|
|
sed -i "s/^.*vermagic$/\techo '1' > \$(LINUX_DIR)\/.vermagic/" include/kernel-defaults.mk
|
|
|
|
|
|
-status=$(curl -H "Authorization: token $REPO_TOKEN" -s "https://api.github.com/repos/kiddin9/openwrt-packages/actions/runs" | jq -r '.workflow_runs[0].status')
|
|
|
+status=$(curl -H "Authorization: token $REPO_TOKEN" -s "https://api.github.com/repos/kiddin9/kwrt-packages/actions/runs" | jq -r '.workflow_runs[0].status')
|
|
|
echo "$status"
|
|
|
while [[ "$status" == "in_progress" || "$status" == "queued" ]];do
|
|
|
echo "wait 5s"
|
|
|
sleep 5
|
|
|
- status=$(curl -H "Authorization: token $REPO_TOKEN" -s "https://api.github.com/repos/kiddin9/openwrt-packages/actions/runs" | jq -r '.workflow_runs[0].status')
|
|
|
+ status=$(curl -H "Authorization: token $REPO_TOKEN" -s "https://api.github.com/repos/kiddin9/kwrt-packages/actions/runs" | jq -r '.workflow_runs[0].status')
|
|
|
done
|
|
|
|
|
|
rm -rf package/feeds/packages/v4l2loopback package/feeds/kiddin9/accel-ppp
|