diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-17 16:11:14 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-17 16:11:14 +0000 |
commit | 3095da757f6e73b326223651187df77a30a49e35 (patch) | |
tree | 5d6616fc207b919c70ea42afdaf59426b3c26ffd /package/vtun | |
parent | 788ea0a9e1356dc4d4733d8096bf74137ec8af3f (diff) | |
download | upstream-3095da757f6e73b326223651187df77a30a49e35.tar.gz upstream-3095da757f6e73b326223651187df77a30a49e35.tar.bz2 upstream-3095da757f6e73b326223651187df77a30a49e35.zip |
add menu descriptions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1488 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/vtun')
-rw-r--r-- | package/vtun/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vtun/Config.in b/package/vtun/Config.in index 666492e310..67ccbd4f14 100644 --- a/package/vtun/Config.in +++ b/package/vtun/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_VTUN - tristate "vtun" + tristate "vtun - VPN tunneling daemon" default m if CONFIG_DEVEL select BR2_PACKAGE_ZLIB select BR2_PACKAGE_LZO |