diff options
Diffstat (limited to 'openwrt/package/pptp/Config.in')
-rw-r--r-- | openwrt/package/pptp/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/pptp/Config.in b/openwrt/package/pptp/Config.in new file mode 100644 index 000000000..40c1ded3d --- /dev/null +++ b/openwrt/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 |