aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-08 22:01:19 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-08 22:01:19 +0000
commitbaa012fc37408dc8c17808d2b9c184a876d7cb75 (patch)
tree832d2a63a4346d4a01d0689c2c4388fe42953d8f /package/Makefile
parenta18a87fb6d97d6e18e1322520873269399844da4 (diff)
downloadupstream-baa012fc37408dc8c17808d2b9c184a876d7cb75.tar.gz
upstream-baa012fc37408dc8c17808d2b9c184a876d7cb75.tar.bz2
upstream-baa012fc37408dc8c17808d2b9c184a876d7cb75.zip
add rrdtool1 (v1.0.x) and enable it by default,
disable rrdtool (v1.2.x), change Maintainer in control files, tweak Makefiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1881 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index e078d18800..cdc592bdde 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -135,6 +135,7 @@ package-$(BR2_PACKAGE_ROBOCFG) += robocfg
package-$(BR2_PACKAGE_RP_PPPOE) += rp-pppoe
package-$(BR2_PACKAGE_RRDCOLLECT) += rrdcollect
package-$(BR2_COMPILE_RRDTOOL) += rrdtool
+package-$(BR2_COMPILE_RRDTOOL1) += rrdtool1
package-$(BR2_PACKAGE_RSYNC) += rsync
package-$(BR2_PACKAGE_SABLEVM) += sablevm
package-$(BR2_PACKAGE_SABLEVM_CLASSPATH) += sablevm-classpath
@@ -230,8 +231,14 @@ portmap-compile: tcp_wrappers-compile
postgresql-compile: zlib-compile
ppp-compile: linux-atm-compile
quagga-compile: readline-compile ncurses-compile
+ifneq ($(BR2_PACKAGE_LIBRRD),)
rrdcollect-compile: rrdtool-compile
+endif
+ifneq ($(BR2_PACKAGE_LIBRRD1),)
+rrdcollect-compile: rrdtool1-compile
+endif
rrdtool-compile: cgilib-compile freetype-compile libart-compile libpng-compile
+rrdtool1-compile: zlib-compile
rsync-compile: popt-compile
samba-compile: cups-compile
screen-compile: ncurses-compile