mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add rrs package (thanks to Chris Putnam)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2101 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -152,6 +152,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 +379,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
|
||||
|
||||
Reference in New Issue
Block a user