aboutsummaryrefslogtreecommitdiffstats
path: root/package/pmacct
diff options
context:
space:
mode:
authorOpenWrt Developers <openwrt-devel@openwrt.org>2006-02-16 14:03:08 +0000
committerOpenWrt Developers <openwrt-devel@openwrt.org>2006-02-16 14:03:08 +0000
commit4dbec8eef1b753628d2cb4ca00b982c32cc3ced2 (patch)
tree32dd43e4faf8b820ab0dd525ef00fb52b3bbaf31 /package/pmacct
parent741ebab38ec434da2b9c4005ac6ff8dd83759248 (diff)
downloadupstream-4dbec8eef1b753628d2cb4ca00b982c32cc3ced2.tar.gz
upstream-4dbec8eef1b753628d2cb4ca00b982c32cc3ced2.tar.bz2
upstream-4dbec8eef1b753628d2cb4ca00b982c32cc3ced2.zip
fix small typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pmacct')
-rw-r--r--package/pmacct/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pmacct/Config.in b/package/pmacct/Config.in
index 76612b3b49..2c6289113c 100644
--- a/package/pmacct/Config.in
+++ b/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"