From 5b1605213da06da86f81ac0742f7cad67e3e869d Mon Sep 17 00:00:00 2001 From: Jaro Date: Mon, 30 Aug 2021 12:50:28 +0200 Subject: [PATCH] CID --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 955f8eb..514f068 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.bh.ttx.sk/jaro/usbserial-dw.git PKG_MIRROR_HASH:= PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=592f16e5da0666dfeb20ebf0210678ed4101a339 +PKG_SOURCE_VERSION:=f30158383b63975d56be29539915f3c6e3958df9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION)