mirror of https://github.com/hak5/openwrt.git
parent
fd131621e2
commit
5f764a4545
|
@ -274,7 +274,7 @@ ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),)
|
||||||
ulogd-compile: mysql-compile
|
ulogd-compile: mysql-compile
|
||||||
endif
|
endif
|
||||||
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PCAP),)
|
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PCAP),)
|
||||||
ulogd-compile: pcap-compile
|
ulogd-compile: libpcap-compile
|
||||||
endif
|
endif
|
||||||
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
|
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
|
||||||
ulogd-compile: postgresql-compile
|
ulogd-compile: postgresql-compile
|
||||||
|
|
Loading…
Reference in New Issue