summaryrefslogtreecommitdiffstats
path: root/package/pptp
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-15 23:13:49 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-15 23:13:49 +0000
commitf47790856c089dd077ca817ad94820a65b755686 (patch)
treef11ba4849748d53352f8aefe4fa55851b53abe47 /package/pptp
parentd75c4b82131d175cbd37789f8cdd7efb5cf59b30 (diff)
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 88da23748..425473a05 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