xref: /OK3568_Linux_fs/buildroot/package/xl2tp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_XL2TP
2	bool "xl2tp"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LIBPCAP
5	help
6	  Layer 2 Tunnelling Protocol (RFC2661).
7
8	  xl2tpd is an open source implementation of the L2TP tunneling
9	  protocol. xl2tpd is forked from l2tpd and is maintained by
10	  Xelerance Corporation.
11
12	  http://www.xelerance.com/software/xl2tpd/
13