From f47790856c089dd077ca817ad94820a65b755686 Mon Sep 17 00:00:00 2001 From: mbm Date: Mon, 15 May 2006 23:13:49 +0000 Subject: more BR2_ / CONFIG_ patches git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3784 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/pptp/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/pptp') 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 -- cgit v1.2.3