Rename package and rebuild opkg-feed
- Added luci-app-GO-wireguard (Luci app for Wireguard pulled from GoldenOrb)
This commit is contained in:
11
ipk-source/luci-app-go-wireguard/CONTROL/control
Executable file
11
ipk-source/luci-app-go-wireguard/CONTROL/control
Executable file
@@ -0,0 +1,11 @@
|
||||
Package: luci-app-go-wireguard
|
||||
Version: 4.500-1
|
||||
Depends: libc, wireguard-tools, kmod-wireguard, luci-proto-wireguard, udptunnel, eoip
|
||||
Source: package/rooter/0optionalapps/ext-wireguard
|
||||
SourceName: ext-wireguard
|
||||
Section: utils
|
||||
SourceDateEpoch: 1716401566
|
||||
Maintainer: Created by DM/makefile by Cobia@whirlpool
|
||||
Architecture: all
|
||||
Installed-Size: 23912
|
||||
Description: Install scripts for Wireguard
|
||||
3
ipk-source/luci-app-go-wireguard/CONTROL/postinst
Executable file
3
ipk-source/luci-app-go-wireguard/CONTROL/postinst
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
ln -sf /usr/bin/udptunnel /sbin/udptunnel
|
||||
exit 0
|
||||
4
ipk-source/luci-app-go-wireguard/CONTROL/prerm
Executable file
4
ipk-source/luci-app-go-wireguard/CONTROL/prerm
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||
default_prerm $0 $@
|
||||
Reference in New Issue
Block a user