From: Nicolas Thill Date: Tue, 20 Sep 2005 01:57:11 +0000 (+0000) Subject: remove circular dependency, disable rrdtool, enable rrdtool1 when DEVELOPER=1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2646e9b47b13bf148c02ff40b166839600e2cdd1;p=librecmc%2Flibrecmc.git remove circular dependency, disable rrdtool, enable rrdtool1 when DEVELOPER=1 SVN-Revision: 1959 --- diff --git a/openwrt/package/rrdtool/Config.in b/openwrt/package/rrdtool/Config.in index f464af23e4..641e5585e1 100644 --- a/openwrt/package/rrdtool/Config.in +++ b/openwrt/package/rrdtool/Config.in @@ -1,12 +1,11 @@ config BR2_COMPILE_RRDTOOL bool - default no + default n depends BR2_PACKAGE_LIBRRD config BR2_PACKAGE_LIBRRD tristate "librrd - Round Robin Database (RRD) management library (v1.2.x)" default n - depends !BR2_COMPILE_RRDTOOL1 select BR2_COMPILE_RRDTOOL select BR2_PACKAGE_LIBART select BR2_PACKAGE_LIBFREETYPE diff --git a/openwrt/package/rrdtool1/Config.in b/openwrt/package/rrdtool1/Config.in index 556708b676..1d30f8e8ed 100644 --- a/openwrt/package/rrdtool1/Config.in +++ b/openwrt/package/rrdtool1/Config.in @@ -1,12 +1,11 @@ config BR2_COMPILE_RRDTOOL1 bool - default no + default n depends BR2_PACKAGE_LIBRRD1 config BR2_PACKAGE_LIBRRD1 tristate "librrd1 - Round Robin Database (RRD) management library (v1.0.x)" default m if CONFIG_DEVEL - depends !BR2_COMPILE_RRDTOOL select BR2_COMPILE_RRDTOOL1 select BR2_PACKAGE_ZLIB help