DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -29,15 +29,17 @@ define Package/linuxigd
|
||||
CATEGORY:=Network
|
||||
TITLE:=UPnP daemon
|
||||
DEPENDS:=+libupnp +libpthread
|
||||
DESCRIPTION:=\
|
||||
It implements the UPnP Internet Gateway Device specification (IGD) \\\
|
||||
and allows UPnP aware clients, such as MSN Messenger, Azureus or \\\
|
||||
Miranda to work properly from behind a NAT firewall. \\\
|
||||
\\\
|
||||
Please edit /etc/upnpd.conf before using upnpd!
|
||||
URL:=http://linux-igd.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/linuxigd/description
|
||||
It implements the UPnP Internet Gateway Device specification (IGD)
|
||||
and allows UPnP aware clients, such as MSN Messenger, Azureus or
|
||||
Miranda to work properly from behind a NAT firewall.
|
||||
|
||||
Please edit /etc/upnpd.conf before using upnpd!
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
Reference in New Issue
Block a user