mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
feeds only
This commit is contained in:
18
.github/workflows/build-module.yml
vendored
18
.github/workflows/build-module.yml
vendored
@@ -103,16 +103,16 @@ jobs:
|
||||
./scripts/feeds update awgopenwrt
|
||||
./scripts/feeds install -a -p awgopenwrt
|
||||
|
||||
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
|
||||
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
|
||||
echo "CONFIG_PACKAGE_kmod-amneziawg=m" >> .config
|
||||
echo "CONFIG_PACKAGE_kmod-crypto-lib-chacha20=m" >> .config
|
||||
echo "CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=m" >> .config
|
||||
echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m" >> .config
|
||||
# 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
|
||||
# echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
|
||||
# echo "CONFIG_PACKAGE_kmod-amneziawg=m" >> .config
|
||||
# echo "CONFIG_PACKAGE_kmod-crypto-lib-chacha20=m" >> .config
|
||||
# echo "CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=m" >> .config
|
||||
# echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m" >> .config
|
||||
|
||||
make defconfig
|
||||
# make defconfig
|
||||
|
||||
- name: Build amneziawg-tools
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user