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 update awgopenwrt
|
||||||
./scripts/feeds install -a -p 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
|
# 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_kmod-amneziawg=m" >> .config
|
||||||
echo "CONFIG_PACKAGE_amneziawg-tools=y" >> .config
|
# echo "CONFIG_PACKAGE_amneziawg-tools=y" >> .config
|
||||||
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
|
# echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
|
||||||
echo "CONFIG_PACKAGE_kmod-amneziawg=m" >> .config
|
# echo "CONFIG_PACKAGE_kmod-amneziawg=m" >> .config
|
||||||
echo "CONFIG_PACKAGE_kmod-crypto-lib-chacha20=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-lib-chacha20poly1305=m" >> .config
|
||||||
echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m" >> .config
|
# echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m" >> .config
|
||||||
|
|
||||||
make defconfig
|
# make defconfig
|
||||||
|
|
||||||
- name: Build amneziawg-tools
|
- name: Build amneziawg-tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user