Skip to content

Commit

Permalink
fv - wireguard modules may be zstd compress on newer kernels
Browse files Browse the repository at this point in the history
wireguard.ko may become wireguard.ko.zst
  • Loading branch information
tomastigera committed Jan 11, 2024
1 parent 0f9ae74 commit defd3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion felix/fv/wireguard-available
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# (non-zero) if not.

mod_dir=/lib/modules/`uname -r`
for f in `find $mod_dir -name wireguard.ko`; do
for f in `find $mod_dir -name wireguard.ko*`; do
echo Found Wireguard module object at $f
exit 0
done
Expand Down

0 comments on commit defd3a3

Please sign in to comment.