From: cshore Date: Tue, 8 Mar 2011 18:32:12 +0000 (+0000) Subject: [net] miniupnpd: Remove keeping miniupnpd.conf example on the device - it's rarely... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0a80ed565e4f643c42518999690df5ddfaa4b5bd;p=packages.git [net] miniupnpd: Remove keeping miniupnpd.conf example on the device - it's rarely needed documentation and can be found in build_dir/.../miniupnpd... git-svn-id: svn://svn.openwrt.org/openwrt/packages@25960 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 532885619..b9d08a5d8 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -50,7 +50,6 @@ define Package/miniupnpd/install $(INSTALL_DATA) ./files/miniupnpd.iface.hotplug $(1)/etc/hotplug.d/iface/50-miniupnpd $(INSTALL_DATA) ./files/miniupnpd.firewall.hotplug $(1)/etc/hotplug.d/firewall/50-miniupnpd $(INSTALL_DIR) $(1)/usr/share/miniupnpd - $(INSTALL_DATA) $(PKG_BUILD_DIR)/miniupnpd.conf $(1)/usr/share/miniupnpd/miniupnpd.conf.example $(INSTALL_DATA) ./files/upnpd.config.example $(1)/etc/config/upnpd.example endef