X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/32a98f1f539ffb0f040533972e8ca9b48ca2e8e7..dd7cb92220450aa29a69939491c485ce00396fd0:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 16a551e8d..b5573a14e 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -86,8 +86,10 @@ package-$(BR2_PACKAGE_LIBLTDL) += libtool package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 package-$(BR2_PACKAGE_SIPROXD) += siproxd package-$(BR2_PACKAGE_SIPSAK) += sipsak +package-$(BR2_PACKAGE_FREERADIUS) += freeradius package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_HOWL) += howl +package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd package-$(BR2_PACKAGE_OSIRISD) += osiris package-$(BR2_PACKAGE_PMACCT) += pmacct package-$(BR2_PACKAGE_ULOGD) += ulogd @@ -140,8 +142,17 @@ cyrus-sasl-compile: openssl-compile openldap-compile: cyrus-sasl-compile openssl-compile siproxd-compile: libosip2-compile sipsak-compile: openssl-compile +lighttpd-compile: openssl-compile pcre-compile osiris-compile: openssl-compile +freeradius-compile: libtool-compile mysql-compile openldap-compile openssl-compile postgresql-compile + pmacct-compile: libpcap-compile +ifneq ($(BR2_PACKAGE_PMACCT_MYSQL),) +pmacct-compile: mysql-compile +endif +ifneq ($(BR2_PACKAGE_PMACCT_PGSQL),) +pmacct-compile: postgresql-compile +endif snort-compile: libnet-compile libpcap-compile pcre-compile ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y) @@ -150,6 +161,9 @@ endif ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y) snort-compile: postgresql-compile endif +ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y) +snort-compile: iptables-compile +endif sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install $(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install