From bd685f3f85e5fc73ba8c579f5eca8511bdacc4d5 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 5 Sep 2021 20:01:06 +0200 Subject: [PATCH] cid --- openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index bc377b2..22cc920 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:=4 +PKG_RELEASE:=5 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:=07c187d13e04effa241a7d6b867b9f6f7179f30b +PKG_SOURCE_VERSION:=a6da98cf7f2e7d6c42799608b35a30eff207a992 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)