Wireguard is precompiled into the kernel zcat /proc/config.gz | grep WIREGUARD CONFIG_WIREGUARD=y # CONFIG_WIREGUARD_DEBUG is not set This package simply makes opkg understand that its already installed.
6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/ash
|
|
|
|
echo "kmod-wireguard registration Complete"
|
|
|
|
exit 0
|