diff options
| -rw-r--r-- | package/Makefile | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/package/Makefile b/package/Makefile index e360e8685..e8a2a914e 100644 --- a/package/Makefile +++ b/package/Makefile @@ -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 | 
