From: Florian Fainelli Date: Mon, 29 Mar 2010 20:39:54 +0000 (+0000) Subject: restrict openl2tp to 2.6 kernels (#6970) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d44280d3e215992cb3f1c1bc6c4f627e16298e19;p=openwrt%2Fsvn-archive%2Fpackages.git restrict openl2tp to 2.6 kernels (#6970) SVN-Revision: 20588 --- diff --git a/net/openl2tp/Makefile b/net/openl2tp/Makefile index 71ae06b25..609f6660f 100644 --- a/net/openl2tp/Makefile +++ b/net/openl2tp/Makefile @@ -24,7 +24,7 @@ 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 SUBMENU:=VPN