diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-01 22:06:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-01 22:06:17 +0000 |
commit | fab0012c15102ced030ffce4b6a84a51b2fd9cfa (patch) | |
tree | d056a12547f966e8d285dac8ad5efa7867ab63f4 /package/frickin | |
parent | 1f08d48f284b06ca7a6e3d8868a600bfddfb08cb (diff) | |
download | upstream-fab0012c15102ced030ffce4b6a84a51b2fd9cfa.tar.gz upstream-fab0012c15102ced030ffce4b6a84a51b2fd9cfa.tar.bz2 upstream-fab0012c15102ced030ffce4b6a84a51b2fd9cfa.zip |
Enabled now by default (when DEVELOPER=1)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1133 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/frickin')
-rw-r--r-- | package/frickin/Config.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/frickin/Config.in b/package/frickin/Config.in index 6747197f18..cd560d2ac6 100644 --- a/package/frickin/Config.in +++ b/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/ - |