X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/af136d922a3bd9b36fb8dec5e4a2808324c6bf30..01e1f0304e1b8825414edf74ca2a3be7764ef324:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0c4d04831..6593baf11 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -3,7 +3,9 @@ include $(TOPDIR)/rules.mk package-:=tcp_wrappers package-y:=nvram +package-$(BR2_PACKAGE_6TUNNEL) += 6tunnel package-$(BR2_PACKAGE_AICCU) += aiccu +package-$(BR2_PACKAGE_AIRCRACK) += aircrack package-$(BR2_PACKAGE_AMWALL) += amwall package-$(BR2_PACKAGE_ARPD) += arpd package-$(BR2_PACKAGE_ARPTABLES) += arptables @@ -111,7 +113,7 @@ package-$(BR2_PACKAGE_MTR) += mtr package-$(BR2_PACKAGE_MYSQL) += mysql package-$(BR2_PACKAGE_NANO) += nano package-$(BR2_PACKAGE_NCURSES) += ncurses -package-$(BR2_PACKAGE_NDISC) += ndisc +package-$(BR2_COMPILE_NDISC6) += ndisc package-$(BR2_PACKAGE_NET_SNMP) += net-snmp package-$(BR2_PACKAGE_NETSTAT_NAT) += netstat-nat package-$(BR2_PACKAGE_NFS_SERVER) += nfs-server @@ -152,6 +154,7 @@ package-$(BR2_COMPILE_RP_PPPOE) += rp-pppoe package-$(BR2_PACKAGE_RRDCOLLECT) += rrdcollect package-$(BR2_COMPILE_RRDTOOL) += rrdtool package-$(BR2_COMPILE_RRDTOOL1) += rrdtool1 +package-$(BR2_COMPILE_RRS) += rrs package-$(BR2_PACKAGE_RSYNC) += rsync package-$(BR2_PACKAGE_SABLEVM) += sablevm package-$(BR2_PACKAGE_SABLEVM_CLASSPATH) += sablevm-classpath @@ -378,6 +381,11 @@ ifneq ($(BR2_PACKAGE_PMACCT_PGSQL),) pmacct-compile: postgresql-compile endif +rrs-compile: uclibc++-compile +ifneq ($(BR2_PACKAGE_RRS),) +rrs-compile: openssl-compile +endif + snort-compile: libnet-compile libpcap-compile pcre-compile ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y) snort-compile: mysql-compile