add kmod-wireguard to ipk source

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.
This commit is contained in:
Cameron Thompson
2025-01-29 23:09:29 -05:00
parent 6ac3f137fd
commit 6d80afb010
4 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Package: kmod-wireguard
Depends: sdxpinn-patch
Version: 1
Architecture: sdxpinn
Maintainer: Cameron Thompson iamromulan@github.com
Source: github.com/iamromulan
Description: Wireguard is compiled into the kernel

View File

@@ -0,0 +1,5 @@
#!/bin/ash
echo "kmod-wireguard registration Complete"
exit 0