From: Florian Fainelli Date: Sun, 11 Apr 2010 21:07:51 +0000 (+0000) Subject: [package] mark linuxigd as 2.6 only (#6973) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=71a32037f987a4d36f33f34e401bea2194ac3989 [package] mark linuxigd as 2.6 only (#6973) SVN-Revision: 20813 --- diff --git a/net/linuxigd/Makefile b/net/linuxigd/Makefile index 5bc6624d78..7109ee9008 100644 --- a/net/linuxigd/Makefile +++ b/net/linuxigd/Makefile @@ -24,15 +24,15 @@ define Package/linuxigd SECTION:=net CATEGORY:=Network TITLE:=UPnP daemon - DEPENDS:=+libiptc +libupnp +libpthread + DEPENDS:=+libiptc +libupnp +libpthread @LINUX_2_6 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. - + 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