diff --git a/icwmp/Makefile b/icwmp/Makefile index 8ff601bce..ad7c3da76 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.5.29.17 +PKG_VERSION:=9.5.29.18 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=492e8a720cd40397e4fcedfa7b46f215ac80764a +PKG_SOURCE_VERSION:=816033a14672e8e9c3566ce06fa19fb422eeb546 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif