mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
feat: update source version in kmod Makefile
This commit is contained in:
@@ -2,13 +2,13 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=kmod-amneziawg
|
||||
PKG_VERSION:=1.0.20251005
|
||||
PKG_VERSION:=1.0.20251104
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/amnezia-vpn/amneziawg-linux-kernel-module.git
|
||||
# Latest commit from master branch as of 2025-10-05
|
||||
PKG_SOURCE_VERSION:=876bf7571e47e349d0e86b70c244330b470d9642
|
||||
# Latest commit from master branch as of 2025-12-22
|
||||
PKG_SOURCE_VERSION:=866b0abe820d5a9c115fe3e4221132ecf8e39b94
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
MAKE_PATH:=src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user