move modules.d stuff in /etc/init.d/S10boot and make it more like /etc/modules
[openwrt.git] / package / pcre / Config.in
index 3aa16d7..822701b 100644 (file)
@@ -1,9 +1,13 @@
 config BR2_PACKAGE_PCRE
        tristate "pcre"
-       default m
+       default m if CONFIG_DEVEL
        help
          A Perl Compatible Regular Expression library
          
          http://www.pcre.org/
          
 
+config BR2_PACKAGE_LIBPCRE
+       tristate
+       default BR2_PACKAGE_PCRE
+
This page took 0.023362 seconds and 4 git commands to generate.