diff --git a/amneziawg-tools/Makefile b/amneziawg-tools/Makefile index ffcee81..4629dfd 100644 --- a/amneziawg-tools/Makefile +++ b/amneziawg-tools/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=amneziawg-tools -PKG_VERSION:=1.0.20250903 +PKG_VERSION:=1.0.20260223 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git diff --git a/kmod-amneziawg/Makefile b/kmod-amneziawg/Makefile index c15fb65..6784a48 100644 --- a/kmod-amneziawg/Makefile +++ b/kmod-amneziawg/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=kmod-amneziawg -PKG_VERSION:=1.0.20251104 +PKG_VERSION:=1.0.20260210 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git diff --git a/kmod-amneziawg/patches/001-fix-stats-compat.patch b/kmod-amneziawg/patches/001-fix-stats-compat.patch deleted file mode 100644 index 73c8d31..0000000 --- a/kmod-amneziawg/patches/001-fix-stats-compat.patch +++ /dev/null @@ -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)