X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/23cfb9ac6c07422bb1ad1c628f6f6b381feada63..ed44d0003fc99234e16251414b0e32b767c3f41f:/openwrt/package/pmacct/Config.in diff --git a/openwrt/package/pmacct/Config.in b/openwrt/package/pmacct/Config.in index 76612b3b4..2c6289113 100644 --- a/openwrt/package/pmacct/Config.in +++ b/openwrt/package/pmacct/Config.in @@ -161,9 +161,9 @@ choice config BR2_PACKAGE_PMACCTD_SQLITE prompt "pmacctd-sqlite................ built with SQLite database support" tristate - select BR2_COMPILE_PMACCT_PGSQL + select BR2_COMPILE_PMACCT_SQLITE select BR2_PACKAGE_LIBPCAP - select BR2_PACKAGE_LIBPQ + select BR2_PACKAGE_LIBSQLITE config BR2_PACKAGE_PMACCTD_CUSTOM prompt "pmacctd-custom................ customized to your needs"