diff --git a/icwmp/Makefile b/icwmp/Makefile index e528373de..f0b6e429c 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.7.14 +PKG_VERSION:=9.7.15 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=1d8b341b4f15cc5b1c87bd4fd692a5e4f2ecfa3c +PKG_SOURCE_VERSION:=fb3c8833f3fce7fe3659395cab48e7078f2007d5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif