summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-01 22:06:17 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-01 22:06:17 +0000
commit9b705f5a5730681531e99e2491b44834e9a11fd1 (patch)
tree50501d0f4718a47ba67e37d4e82ed31a895515b3
parent8ea1a39bc067405ddaf9983f1d06ff074bdce29e (diff)
downloadmtk-20170518-9b705f5a5730681531e99e2491b44834e9a11fd1.zip
mtk-20170518-9b705f5a5730681531e99e2491b44834e9a11fd1.tar.gz
mtk-20170518-9b705f5a5730681531e99e2491b44834e9a11fd1.tar.bz2
Enabled now by default (when DEVELOPER=1)
SVN-Revision: 1133
-rw-r--r--openwrt/package/frickin/Config.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/openwrt/package/frickin/Config.in b/openwrt/package/frickin/Config.in
index 6747197..cd560d2 100644
--- a/openwrt/package/frickin/Config.in
+++ b/openwrt/package/frickin/Config.in
@@ -1,7 +1,6 @@
config BR2_PACKAGE_FRICKIN
tristate "frickin - PPTP (Point-to-Point Tunneling Protocol) proxy"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
help
Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP)
client to connect to a PPTP server through Network Address
@@ -9,4 +8,3 @@ config BR2_PACKAGE_FRICKIN
http://frickin.sourceforge.net/
-