enable mrd6 in menuconfig
[openwrt.git] / package / pcre / Config.in
index 370fc76..7bb2de6 100644 (file)
@@ -1,14 +1,15 @@
-config BR2_PACKAGE_PCRE
-       prompt "pcre"
+config BR2_COMPILE_PCRE
        tristate
-       default m
+       default n
+       depends BR2_PACKAGE_LIBPCRE
+
+config BR2_PACKAGE_LIBPCRE
+       prompt "libpcre........................... A Perl Compatible Regular Expression library"
+       tristate
+       default m if CONFIG_DEVEL
+       select BR2_COMPILE_PCRE
        help
          A Perl Compatible Regular Expression library
          
          http://www.pcre.org/
-         
-
-config BR2_PACKAGE_LIBPCRE
-       tristate
-       default BR2_PACKAGE_PCRE
 
This page took 0.024786 seconds and 4 git commands to generate.