diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-09-20 01:57:11 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-09-20 01:57:11 +0000 |
| commit | 43adfa52dec9f2443cd22e13429650d0f3292528 (patch) | |
| tree | ea4ba573e55a4879c398cb1cd48bc1fe7bf23236 | |
| parent | 62596cee9c1bd5fb78e360d24a77ae07080f2112 (diff) | |
| download | upstream-43adfa52dec9f2443cd22e13429650d0f3292528.tar.gz upstream-43adfa52dec9f2443cd22e13429650d0f3292528.tar.bz2 upstream-43adfa52dec9f2443cd22e13429650d0f3292528.zip | |
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
| -rw-r--r-- | openwrt/package/rrdtool/Config.in | 3 | ||||
| -rw-r--r-- | openwrt/package/rrdtool1/Config.in | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/openwrt/package/rrdtool/Config.in b/openwrt/package/rrdtool/Config.in index f464af23e4c..641e5585e19 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 556708b6768..1d30f8e8ede 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 |
