diff --git a/icwmp/Makefile b/icwmp/Makefile index 3796307f7..99dd07355 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.7.16 +PKG_VERSION:=9.7.17 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=5d633f53df3af3e55011e0e29cd204e856529f3e +PKG_SOURCE_VERSION:=38cc4a69bc5bb14475424e1fbc907b58900eecd3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif