From 460dfceb875864c0b1b25b6df44571c5c2dd8f75 Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Thu, 16 Feb 2006 14:03:08 +0000 Subject: [PATCH] fix small typo SVN-Revision: 3246 --- openwrt/package/pmacct/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/pmacct/Config.in b/openwrt/package/pmacct/Config.in index 76612b3b49..2c6289113c 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" -- 2.30.2