diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 02:58:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 02:58:14 +0000 |
commit | 48ef0dab80308ef17be827b0e9bd03d707bbfe13 (patch) | |
tree | f11a4a1656e187df2482eec154e5c440f5b57574 /package/l2tpd/Config.in | |
parent | e56fa7f9257c5819148a02fa728949e14bf1380d (diff) | |
download | upstream-48ef0dab80308ef17be827b0e9bd03d707bbfe13.tar.gz upstream-48ef0dab80308ef17be827b0e9bd03d707bbfe13.tar.bz2 upstream-48ef0dab80308ef17be827b0e9bd03d707bbfe13.zip |
Convert l2tpd to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@943 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/l2tpd/Config.in')
-rw-r--r-- | package/l2tpd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/l2tpd/Config.in b/package/l2tpd/Config.in index 5dd4a74add..297bbcae08 100644 --- a/package/l2tpd/Config.in +++ b/package/l2tpd/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_L2TPD - tristate "l2tpd" + tristate "l2tpd - L2TP (Layer 2 Tunneling Protocol) daemon" default m if CONFIG_DEVEL help A layer 2 tunneling protocol implementation. |