summaryrefslogtreecommitdiff
path: root/openwrt/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
commite90b9b95b926a030e2be551fc59255208a2d02d7 (patch)
tree80e3f7bef78a06a0335f9682a5dbb1b3357df417 /openwrt/package/pptp
parent7db51089509c6fb62a4d9f8f3f64e961d4178883 (diff)
downloadmtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.zip
mtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.tar.gz
mtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.tar.bz2
more BR2_ / CONFIG_ patches
SVN-Revision: 3784
Diffstat (limited to 'openwrt/package/pptp')
-rw-r--r--openwrt/package/pptp/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/pptp/Config.in b/openwrt/package/pptp/Config.in
index 88da237..425473a 100644
--- a/openwrt/package/pptp/Config.in
+++ b/openwrt/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