move package/linux into target/linux, use wbx' new kernel code. support building...
[openwrt.git] / openwrt / package / postgresql / Config.in
index 6ff1953..542f3d4 100644 (file)
@@ -1,6 +1,13 @@
+config BR2_PACKAGE_POSTGRESQL
+       bool
+       default n
+       depends BR2_PACKAGE_LIBPQ
+
 config BR2_PACKAGE_LIBPQ
-       tristate "libpq (PostgreSQL client library)"
+       prompt "libpq - PostgreSQL client library"
+       tristate
        default m if CONFIG_DEVEL
+       select BR2_PACKAGE_POSTGRESQL
        help
          PostgreSQL client library.
          
This page took 0.02482 seconds and 4 git commands to generate.