libs/glib2: revert bogus r21884 (thanks nico)
[openwrt/svn-archive/archive.git] / net / openl2tp / Makefile
index 71ae06b25c5f7905aa1c74e66685c6ae03d68446..9505668f2bad3607f8fb16885142017b553c7ed7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009 OpenWrt.org
+# Copyright (C) 2009-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,9 +24,9 @@ include $(INCLUDE_DIR)/package.mk
 define Package/openl2tp
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+kmod-pppol2tp +ppp +portmap +libreadline +libncurses
+  DEPENDS:=+kmod-pppol2tp +ppp +portmap +libreadline +libncurses @LINUX_2_6
   TITLE:=An L2TP (Layer 2 Tunneling Protocol) daemon
-  URL:=http://opensource.katalix.com/openl2tp
+  URL:=http://www.openl2tp.org/
   SUBMENU:=VPN
 endef