diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-01 22:06:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-01 22:06:17 +0000 |
commit | e5e17882234b6976834f170a05490a809fde240f (patch) | |
tree | 50501d0f4718a47ba67e37d4e82ed31a895515b3 | |
parent | 5ae1a8826d7cf47b57049546ff9b6b2e8b128c71 (diff) |
Enabled now by default (when DEVELOPER=1)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1133 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/frickin/Config.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openwrt/package/frickin/Config.in b/openwrt/package/frickin/Config.in index 6747197f1..cd560d2ac 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/ - |