fix small typo
authorolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2006 14:03:08 +0000 (14:03 +0000)
committerolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2006 14:03:08 +0000 (14:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3246 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/pmacct/Config.in

index 76612b3..2c62891 100644 (file)
@@ -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"
This page took 0.034065 seconds and 4 git commands to generate.