We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554a0e4 commit 333548aCopy full SHA for 333548a
.github/workflows/build-module.yml
@@ -60,9 +60,9 @@ jobs:
60
echo "CONFIG_PACKAGE_kmod-amneziawg=m" >> .config
61
echo "CONFIG_PACKAGE_amneziawg-tools=y" >> .config
62
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
63
- echo "CONFIG_PACKAGE_kmod-crypto-lib-chacha20=m" >> .config
64
- echo "CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=m" >> .config
65
- echo "CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=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
66
67
make defconfig
68
0 commit comments