From 6522ff5e31057857ef445da785f7fedfefd01093 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Mon, 22 Sep 2014 16:34:20 +0200 Subject: [PATCH] ddns-scripts: fix issue (#337) current/registered ip never match Increase PKG_RELEASE to reflect changes Signed-off-by: Christian Schoenebeck --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 7fcb2cc805..6e69cac44d 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) -- 2.30.2