From 993231d821cf3b23417e69c90fc21b3f4c9574e4 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 23 Sep 2008 23:23:52 +0000 Subject: [PATCH] [packages] fix miniupnpd initscript: no need to include /var/state/network anymore, bump revision number git-svn-id: svn://svn.openwrt.org/openwrt/packages@12677 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/miniupnpd/Makefile | 4 ++-- net/miniupnpd/files/miniupnpd.init | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index d0d0e456d..68b18b429 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=a0f6651476721db9b554668c8c83b151 PKG_SOURCE_URL:=http://miniupnp.free.fr/files diff --git a/net/miniupnpd/files/miniupnpd.init b/net/miniupnpd/files/miniupnpd.init index 33f6b5b0f..446a37cec 100644 --- a/net/miniupnpd/files/miniupnpd.init +++ b/net/miniupnpd/files/miniupnpd.init @@ -4,7 +4,6 @@ start() { config_load "upnpd" include /lib/network scan_interfaces - . /var/state/network config_get ifname wan ifname config_get ipaddr lan ipaddr -- 2.11.0