mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
Add missing ulogd dependencies
SVN-Revision: 999
This commit is contained in:
parent
311f0aee1c
commit
aab3bb7f72
@ -166,6 +166,14 @@ ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y)
|
||||
snort-compile: iptables-compile
|
||||
endif
|
||||
|
||||
ulogd-compile: iptables-compile
|
||||
ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),)
|
||||
ulogd-compile: mysql-compile
|
||||
endif
|
||||
ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),)
|
||||
ulogd-compile: postgresql-compile
|
||||
endif
|
||||
|
||||
sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install
|
||||
$(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user