From 26afbfb9fffedf03bbc0d3aaa937786b08270b77 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 18 Apr 2005 19:45:56 +0000
Subject: disable non-essential packages by default if DEVELOPER is unset on
 make menuconfig

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/pcre/Config.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'package/pcre')

diff --git a/package/pcre/Config.in b/package/pcre/Config.in
index 370fc763f3..822701bd44 100644
--- a/package/pcre/Config.in
+++ b/package/pcre/Config.in
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PCRE
-	prompt "pcre"
-	tristate
-	default m
+	tristate "pcre"
+	default m if CONFIG_DEVEL
 	help
 	  A Perl Compatible Regular Expression library
 	  
-- 
cgit v1.2.3