From 584c398d5b9c530fd761aaf56ca30eeb228d5ae2 Mon Sep 17 00:00:00 2001 From: Jaro Date: Wed, 1 Sep 2021 13:37:05 +0200 Subject: [PATCH] cid --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 470d425..306a6b8 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:=e291e9b30542b959d70ecb22943b7c91c62e4121 +PKG_SOURCE_VERSION:=ed5b608e57138d504937d10253f2dd7e7f763c0d 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)