diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-15 10:34:22 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-15 10:34:22 +0000 |
commit | 5d683a23366d27c39acf3a1d4aa9170be2f4ddde (patch) | |
tree | 1e92e95103fabd35759e6dc4f56c14334ed70cab /package/pptp/Config.in | |
parent | 0b5b57048725b624f663d15675b0b4072fe14905 (diff) |
add pptp client
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptp/Config.in')
-rw-r--r-- | package/pptp/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/pptp/Config.in b/package/pptp/Config.in new file mode 100644 index 000000000..40c1ded3d --- /dev/null +++ b/package/pptp/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PPTP + tristate "PPTP Client" + default m + select BR2_PACKAGE_KMOD_GRE + select BR2_PACKAGE_PPP + help + A Point-to-Point Tunneling Protocol Client |