fix for madwifi radiotap support (patch by jwright)
[openwrt.git] / package / Makefile
index 47a6821..d05117b 100644 (file)
@@ -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),)
This page took 0.024346 seconds and 4 git commands to generate.