diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 09:42:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 09:42:33 +0000 |
commit | e1375b83bc1228ec86c19fc0cddd092d13294f34 (patch) | |
tree | 92c6a812e906b57570c66481832c2d5b2b4566ea /package/l2tpd/Config.in | |
parent | 996ff6a9b2c3f1a149cfa7b5bf9f87ce54c3b96a (diff) | |
download | upstream-e1375b83bc1228ec86c19fc0cddd092d13294f34.tar.gz upstream-e1375b83bc1228ec86c19fc0cddd092d13294f34.tar.bz2 upstream-e1375b83bc1228ec86c19fc0cddd092d13294f34.zip |
add l2tpd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@731 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/l2tpd/Config.in')
-rw-r--r-- | package/l2tpd/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/l2tpd/Config.in b/package/l2tpd/Config.in new file mode 100644 index 0000000000..5dd4a74add --- /dev/null +++ b/package/l2tpd/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_L2TPD + tristate "l2tpd" + default m if CONFIG_DEVEL + help + A layer 2 tunneling protocol implementation. + l2tpd is the open source implementation of the L2TP tunneling + protocol (RFC2661). It does implement both LAC and LNS role + in a L2TP networking architecture. The main goal of this protocol is + to tunnel PPP frame trough an ip network. |