From 0c1915d14b861c159484e42f494c84d889bc0039 Mon Sep 17 00:00:00 2001 From: Yury Sannikov Date: Wed, 21 Feb 2024 15:44:39 +0300 Subject: [PATCH] feeds only --- .github/workflows/build-module.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-module.yml b/.github/workflows/build-module.yml index b40520a5..2cd8811d 100644 --- a/.github/workflows/build-module.yml +++ b/.github/workflows/build-module.yml @@ -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 - - make defconfig + # 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 - name: Build amneziawg-tools run: |