Skip to content

Commit

Permalink
move feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Feb 20, 2024
1 parent a5f8335 commit a8368c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit a8368c6

Please sign in to comment.