aboutsummaryrefslogtreecommitdiffstats
path: root/package/pptp
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-15 23:13:49 +0000
committerMike Baker <mbm@openwrt.org>2006-05-15 23:13:49 +0000
commitad146e3f653935bd097ad35c49fa06c04c98de66 (patch)
treef11ba4849748d53352f8aefe4fa55851b53abe47 /package/pptp
parent9c4efccaecf8635ff440188cc5f5e81a553c29c9 (diff)
downloadupstream-ad146e3f653935bd097ad35c49fa06c04c98de66.tar.gz
upstream-ad146e3f653935bd097ad35c49fa06c04c98de66.tar.bz2
upstream-ad146e3f653935bd097ad35c49fa06c04c98de66.zip
more BR2_ / CONFIG_ patches
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3784 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptp')
-rw-r--r--package/pptp/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/pptp/Config.in b/package/pptp/Config.in
index 88da23748c..425473a058 100644
--- a/package/pptp/Config.in
+++ b/package/pptp/Config.in
@@ -1,9 +1,9 @@
-config BR2_PACKAGE_PPTP
+config PACKAGE_PPTP
prompt "pptp.............................. PPTP (Point-to-Point Tunneling Protocol) client"
tristate
- default m if CONFIG_DEVEL
- select BR2_PACKAGE_KMOD_GRE
- select BR2_PACKAGE_PPP
+ default m if DEVEL
+ select PACKAGE_KMOD_GRE
+ select PACKAGE_PPP
help
A Point-to-Point Tunneling Protocol Client