From ec98087c13cc650b4a411a73c7bb366d7ae27460 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Wed, 20 Dec 2017 15:06:57 +0100 Subject: [PATCH] icwmp-4.0-2017-11-30 --- icwmp/Makefile | 4 ++-- icwmp/files/icwmp.hotplug | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index 7e6de5275..1da30ec5e 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=3.0-2017-11-24 +PKG_VERSION:=4.0-2017-11-30 PKG_FIXUP:=autoreconf PKG_SOURCE_URL:=http://public.inteno.se:/icwmp.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=d74b88913f676ebf9a210c4674555d080e57ff52 +PKG_SOURCE_VERSION:=aaaa97d68bf0b9bfda98be0a84e9b57144d9dd1b 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 e87ab397b..8d589682a 100644 --- a/icwmp/files/icwmp.hotplug +++ b/icwmp/files/icwmp.hotplug @@ -1,7 +1,5 @@ #!/bin/sh -grep -q "Designated" /etc/banner || exit 0 - . /lib/functions/network.sh [ "$ACTION" == "ifup" ] || exit 0