diff options
| author | OpenWrt Developers <openwrt-devel@openwrt.org> | 2006-02-16 14:03:08 +0000 |
|---|---|---|
| committer | OpenWrt Developers <openwrt-devel@openwrt.org> | 2006-02-16 14:03:08 +0000 |
| commit | 7aa854a2f9631f5fe8fd6ea5f65be1e53557316d (patch) | |
| tree | 02bf053630c66c61a15b172ef14558e06df4c6e7 | |
| parent | 84aae24c4e184280b52a77c5ab917f8f833e6c7b (diff) | |
| download | upstream-7aa854a2f9631f5fe8fd6ea5f65be1e53557316d.tar.gz upstream-7aa854a2f9631f5fe8fd6ea5f65be1e53557316d.tar.bz2 upstream-7aa854a2f9631f5fe8fd6ea5f65be1e53557316d.zip | |
fix small typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3246 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/pmacct/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/pmacct/Config.in b/openwrt/package/pmacct/Config.in index 76612b3b497..2c6289113c1 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" |
