From 9ee21ed8a8bbb39f05b0604e9d14fa230be9ef68 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 12 Sep 2021 00:11:03 +0200 Subject: [PATCH] length unsigned --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 369c3db..66a04b8 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:=9524e29a2c292bea2ffc0d7f5679905925c3d9a0 +PKG_SOURCE_VERSION:=9fcdfaf6186c7c2b73ca788e8f0db0a676a9018c 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)