mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
move feeds
This commit is contained in:
5
.github/workflows/build-module.yml
vendored
5
.github/workflows/build-module.yml
vendored
@@ -55,8 +55,6 @@ jobs:
|
||||
run: |
|
||||
echo "pkgarch: ${{ matrix.build_env.pkgarch}}, target:${{ matrix.build_env.target}}, subtarget: ${{ matrix.build_env.subtarget}}"
|
||||
|
||||
./scripts/feeds update
|
||||
./scripts/feeds install -a
|
||||
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/config.buildinfo -O .config
|
||||
echo "CONFIG_PACKAGE_kmod-amneziawg=m" >> .config
|
||||
echo "CONFIG_PACKAGE_amneziawg-tools=y" >> .config
|
||||
@@ -78,6 +76,9 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
./scripts/feeds update
|
||||
./scripts/feeds install -a
|
||||
|
||||
echo " > make tools/install"
|
||||
make tools/install -i -j `nproc`
|
||||
echo " > make toolchain/install"
|
||||
|
||||
Reference in New Issue
Block a user