feeds only

This commit is contained in:
Yury Sannikov
2024-02-21 15:44:39 +03:00
parent 9e54489955
commit 0c1915d14b

View File

@@ -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: |