From 2a68a0c65c0454b4c7d250fd80a8d3487ff28dfa Mon Sep 17 00:00:00 2001 From: camino13 <54771820+camino13@users.noreply.github.com> Date: Sat, 11 Jan 2020 11:50:02 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61de62c..934d6b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,8 +57,8 @@ jobs: cd friendlywrt echo "src-git packages https://github.com/coolsnowwolf/packages" > feeds.conf.default echo "src-git luci https://github.com/coolsnowwolf/luci" >> feeds.conf.default - echo "src-git routing https://git.openwrt.org/feed/routing.git^31407945f91112b8119f91b6437476f21fe1f6c0" >> feeds.conf.default - echo "src-git telephony https://git.openwrt.org/feed/telephony.git^fc9aa2b3ea37a280f1380ccfa059907fd68e2cfe" >> feeds.conf.default + echo "src-git routing https://git.openwrt.org/feed/routing.git;openwrt-19.07" >> feeds.conf.default + echo "src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-19.07" >> feeds.conf.default - name: Custom Applications run: |