diff options
Diffstat (limited to 'openwrt/package/pptpd/Config.in')
-rw-r--r-- | openwrt/package/pptpd/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/pptpd/Config.in b/openwrt/package/pptpd/Config.in new file mode 100644 index 0000000..e713b18 --- /dev/null +++ b/openwrt/package/pptpd/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PPTPD + tristate "PPTP Server" + default m + select BR2_PACKAGE_KMOD_GRE + select BR2_PACKAGE_PPP + help + A Point-to-Point Tunneling Protocol Server |