diff options
Diffstat (limited to 'openwrt/package/postgresql/Config.in')
-rw-r--r-- | openwrt/package/postgresql/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 9fc9e2a1f7..6ff1953109 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/package/postgresql/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBPQ tristate "libpq (PostgreSQL client library)" - default m + default m if CONFIG_DEVEL help PostgreSQL client library. |