From: Nicolas Thill Date: Tue, 20 Sep 2005 01:57:11 +0000 (+0000) Subject: remove circular dependency, X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=43adfa52dec9f2443cd22e13429650d0f3292528;p=15.05%2Fopenwrt.git remove circular dependency, disable rrdtool, enable rrdtool1 when DEVELOPER=1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1959 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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