Add a config var matching the package dir name
[openwrt.git] / package / postgresql / Config.in
index 9fc9e2a..2680af2 100644 (file)
@@ -1,9 +1,12 @@
 config BR2_PACKAGE_LIBPQ
        tristate "libpq (PostgreSQL client library)"
-       default m
+       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.024274 seconds and 4 git commands to generate.