Skip to content

Commit 333548a

Browse files
committed
try fix vermagic
1 parent 554a0e4 commit 333548a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-module.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
echo "CONFIG_PACKAGE_kmod-amneziawg=m" >> .config
6161
echo "CONFIG_PACKAGE_amneziawg-tools=y" >> .config
6262
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
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
6666
6767
make defconfig
6868

0 commit comments

Comments
 (0)