diff --git a/icwmp/Makefile b/icwmp/Makefile index 8565ec444..2ce98ce04 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.10.9 +PKG_VERSION:=9.10.10 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git -PKG_SOURCE_VERSION:=148e30344d2111f20b725b5613da57d2a752c055 +PKG_SOURCE_VERSION:=63251b6c9789b1428604af0a5c1d23d32d14a8b8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif