From 01ccd0c26228391c2c76781342168c1479dc385c Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 5 Sep 2021 09:28:31 +0200 Subject: [PATCH] CID --- openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 38d7da4..e24c1d3 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbserial-dw PKG_VERSION:=0.2.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 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:=4608f70c4d79f75d8a8571b2b75772178fade2ee +PKG_SOURCE_VERSION:=62cf26bed4bad76458c6abd595dd3b40e341596f 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)