[package] mark linuxigd as 2.6 only (#6973)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 11 Apr 2010 21:07:51 +0000 (21:07 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 11 Apr 2010 21:07:51 +0000 (21:07 +0000)
SVN-Revision: 20813

net/linuxigd/Makefile

index 5bc6624d783b129d24d1721f232d35c13fd0a116..7109ee9008cca36c3472c5385ae43c192e86bec9 100644 (file)
@@ -24,15 +24,15 @@ define Package/linuxigd
   SECTION:=net
   CATEGORY:=Network
   TITLE:=UPnP daemon
   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
   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
 
        Please edit /etc/upnpd.conf before using upnpd!
 endef