projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
265e95a
)
fix small typo
author
Oliver Ertl
<oliver@ertl-net.net>
Thu, 16 Feb 2006 14:03:08 +0000
(14:03 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Thu, 16 Feb 2006 14:03:08 +0000
(14:03 +0000)
SVN-Revision: 3246
openwrt/package/pmacct/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/pmacct/Config.in
b/openwrt/package/pmacct/Config.in
index 76612b3b497e7a84f41f51df36c9084863b4068b..2c6289113c1b1252b4796365c0ee8eee2a2c675d 100644
(file)
--- 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_LIB
PQ
+ select BR2_PACKAGE_LIB
SQLITE
config BR2_PACKAGE_PMACCTD_CUSTOM
prompt "pmacctd-custom................ customized to your needs"