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:
7
ipk-source/kmod-wireguard/CONTROL/control
Executable file
7
ipk-source/kmod-wireguard/CONTROL/control
Executable 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
|
||||
5
ipk-source/kmod-wireguard/CONTROL/postinst
Executable file
5
ipk-source/kmod-wireguard/CONTROL/postinst
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/ash
|
||||
|
||||
echo "kmod-wireguard registration Complete"
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user