mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
feat: update versions of packages (#109)
* feat: up awg tools version * feat: up awg kernel module version --------- Co-authored-by: Svyatoslav Shchipunov <s.shchipunov@tinkoff.ru>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=amneziawg-tools
|
PKG_NAME:=amneziawg-tools
|
||||||
PKG_VERSION:=1.0.20250903
|
PKG_VERSION:=1.0.20260223
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=kmod-amneziawg
|
PKG_NAME:=kmod-amneziawg
|
||||||
PKG_VERSION:=1.0.20251104
|
PKG_VERSION:=1.0.20260210
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
--- a/src/device.c
|
|
||||||
+++ b/src/device.c
|
|
||||||
@@ -246,9 +246,7 @@ static const struct net_device_ops netd
|
|
||||||
.ndo_open = wg_open,
|
|
||||||
.ndo_stop = wg_stop,
|
|
||||||
.ndo_start_xmit = wg_xmit,
|
|
||||||
-#ifndef COMPAT_CANNOT_USE_PCPU_STAT_TYPE
|
|
||||||
.ndo_get_stats64 = dev_get_tstats64
|
|
||||||
-#endif
|
|
||||||
};
|
|
||||||
|
|
||||||
static void wg_destruct(struct net_device *dev)
|
|
||||||
Reference in New Issue
Block a user