diff --git a/icwmp/Makefile b/icwmp/Makefile index 1da30ec5e..7e6de5275 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=4.0-2017-11-30 +PKG_VERSION:=3.0-2017-11-24 PKG_FIXUP:=autoreconf PKG_SOURCE_URL:=http://public.inteno.se:/icwmp.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=aaaa97d68bf0b9bfda98be0a84e9b57144d9dd1b +PKG_SOURCE_VERSION:=d74b88913f676ebf9a210c4674555d080e57ff52 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) diff --git a/icwmp/files/icwmp.hotplug b/icwmp/files/icwmp.hotplug index 8d589682a..e87ab397b 100644 --- a/icwmp/files/icwmp.hotplug +++ b/icwmp/files/icwmp.hotplug @@ -1,5 +1,7 @@ #!/bin/sh +grep -q "Designated" /etc/banner || exit 0 + . /lib/functions/network.sh [ "$ACTION" == "ifup" ] || exit 0