From 8130f8e582d680476af35e12888947b8c831dd0e Mon Sep 17 00:00:00 2001 From: Jaro Date: Sat, 11 Sep 2021 20:38:26 +0200 Subject: [PATCH] Cid --- openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 5185f9e..d249c0f 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:=6 +PKG_RELEASE:=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:=7996cf50b0e39d1bfb5c0a0bbb66c7cfd581cc04 +PKG_SOURCE_VERSION:=2a529f224a6fafff72db93ea22bbdfcb71e70a2b 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)