mirror of https://github.com/hak5/openwrt-owl.git
parent
bd6a5f9820
commit
2cff1fb8c9
|
@ -427,10 +427,10 @@ snort-compile: iptables-compile
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ulogd-compile: iptables-compile
|
ulogd-compile: iptables-compile
|
||||||
ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),)
|
ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),)
|
||||||
ulogd-compile: mysql-compile
|
ulogd-compile: mysql-compile
|
||||||
endif
|
endif
|
||||||
ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),)
|
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
|
||||||
ulogd-compile: postgresql-compile
|
ulogd-compile: postgresql-compile
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue