add small 'netmsg' utility to send udp broadcast messages
[openwrt/svn-archive/archive.git] / openwrt / package / pcre / Config.in
index 1e880e31c05f9253957e6092ee1209eecb538725..7bb2de691330743e353c47b5e6d1271877e930b5 100644 (file)
@@ -1,13 +1,15 @@
+config BR2_COMPILE_PCRE
+       tristate
+       default n
+       depends BR2_PACKAGE_LIBPCRE
+
 config BR2_PACKAGE_LIBPCRE
-       tristate "libpcre - a Perl Compatible Regular Expression library"
+       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_PCRE
-       tristate
-       default BR2_PACKAGE_LIBPCRE