Convert tcp_wrappers to new packaging style, add a patch for target optimizations
[openwrt.git] / openwrt / package / postgresql / Config.in
index 9fc9e2a..3692782 100644 (file)
@@ -1,9 +1,12 @@
 config BR2_PACKAGE_LIBPQ
-       tristate "libpq (PostgreSQL client library)"
-       default m
+       tristate "libpq - PostgreSQL client library"
+       default m if CONFIG_DEVEL
        help
          PostgreSQL client library.
          
          http://www.postgresql.org/
          
 
+config BR2_PACKAGE_POSTGRESQL
+       tristate
+       default BR2_PACKAGE_LIBPQ
This page took 0.031285 seconds and 4 git commands to generate.