diff --git a/icwmp/Makefile b/icwmp/Makefile index af7b34fb7..1199c4970 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.8.28 +PKG_VERSION:=9.8.29 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=6c11ce31e4e959b54e32e1fcb70625cec19e672b +PKG_SOURCE_VERSION:=4075ec2c530fb1590aa484f98ed37c9dda5216f5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif