summaryrefslogtreecommitdiff
path: root/openwrt/package/Makefile
diff options
context:
space:
mode:
authorOliver Ertl <oliver@ertl-net.net>2006-02-16 13:56:55 +0000
committerOliver Ertl <oliver@ertl-net.net>2006-02-16 13:56:55 +0000
commit265e95a92ce48866fce20785b57520aba864f989 (patch)
tree842fb16db505fc00e892e8185ad9ddc4f7e90b79 /openwrt/package/Makefile
parentefc82b9580fa141dae724d26dbb697ed27c3f93f (diff)
downloadmtk-20170518-265e95a92ce48866fce20785b57520aba864f989.zip
mtk-20170518-265e95a92ce48866fce20785b57520aba864f989.tar.gz
mtk-20170518-265e95a92ce48866fce20785b57520aba864f989.tar.bz2
update pmacct to new upstream release and add SQLite database support, the update in White Russian will follow later
SVN-Revision: 3245
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r--openwrt/package/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 47a6821..d05117b 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -488,6 +488,9 @@ endif
ifneq ($(BR2_COMPILE_PMACCT_PGSQL),)
pmacct-compile: postgresql-compile
endif
+ifneq ($(BR2_COMPILE_PMACCT_SQLITE),)
+pmacct-compile: sqlite-compile
+endif
rrs-compile: uclibc++-compile
ifneq ($(BR2_PACKAGE_RRS),)