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