We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf125c6 commit 5db4101Copy full SHA for 5db4101
.github/workflows/openwrt-awg.yml
@@ -36,7 +36,7 @@ jobs:
36
rm -rf bin/targets/${target}/${subtarget}/packages/ || true
37
38
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${target}/${subtarget}/feeds.buildinfo -O feeds.conf
39
- echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git;dev-24.10" >> ./feeds.conf
+ echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git" >> ./feeds.conf
40
41
./scripts/feeds update -a
42
./scripts/feeds install -a
0 commit comments