From 102189384449d111e69622981d8dbb3973abdcd0 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 5 Sep 2021 21:03:50 +0200 Subject: [PATCH] cid --- openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 22cc920..5185f9e 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:=5 +PKG_RELEASE:=6 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:=a6da98cf7f2e7d6c42799608b35a30eff207a992 +PKG_SOURCE_VERSION:=7996cf50b0e39d1bfb5c0a0bbb66c7cfd581cc04 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)