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 | 3016c99cf9774348aaf80c1ce187ed03819fae13 (patch) | |
tree | b8d837fd5920e1af1ee84b3ba1fc9a4756a8674b /openwrt/package/l2tpd/Config.in | |
parent | d6dd9bf94175ae66f871ca5cc8dbbca11aabbc98 (diff) | |
download | mtk-20170518-3016c99cf9774348aaf80c1ce187ed03819fae13.zip mtk-20170518-3016c99cf9774348aaf80c1ce187ed03819fae13.tar.gz mtk-20170518-3016c99cf9774348aaf80c1ce187ed03819fae13.tar.bz2 |
Convert l2tpd to new packaging style
SVN-Revision: 943
Diffstat (limited to 'openwrt/package/l2tpd/Config.in')
-rw-r--r-- | openwrt/package/l2tpd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/l2tpd/Config.in b/openwrt/package/l2tpd/Config.in index 5dd4a74..297bbca 100644 --- a/openwrt/package/l2tpd/Config.in +++ b/openwrt/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. |