Changeset c04ece1 in freewrt for package/rrdcollect


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
Message:

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/rrdcollect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/rrdcollect/Config.in

    re13d736 rc04ece1  
    1 config BR2_PACKAGE_RRDCOLLECT
     1config FWRT_PACKAGE_RRDCOLLECT
    22        prompt "rrdcollect........................ Round-Robin Database (RRD) collecting daemon"
    33        tristate
    44        default m if CONFIG_DEVEL
    5         depends BR2_PACKAGE_LIBRRD || BR2_PACKAGE_LIBRRD1
     5        depends FWRT_PACKAGE_LIBRRD || FWRT_PACKAGE_LIBRRD1
    66        help
    77          RRDcollect is a daemon which polls ceratin files in /proc/
     
    1515          This package contains only the deamon program.
    1616
    17 config BR2_PACKAGE_RRDCOLLECT_EXAMPLE
     17config FWRT_PACKAGE_RRDCOLLECT_EXAMPLE
    1818        prompt   "rrdcollect-example.............. Example setup for RRD collecting daemon above"
    1919        tristate
    2020        default m if CONFIG_DEVEL
    21         depends BR2_PACKAGE_RRDCOLLECT
     21        depends FWRT_PACKAGE_RRDCOLLECT
    2222        help
    2323          RRDcollect is a daemon which polls ceratin files in /proc/
  • package/rrdcollect/Makefile

    re13d736 rc04ece1  
    1212
    1313
    14 ifneq ($(BR2_PACKAGE_LIBRRD),)
     14ifneq ($(FWRT_PACKAGE_LIBRRD),)
    1515RRDTOOL_LIBS:=-lart_lgpl_2 -lfreetype -lpng
    1616endif
Note: See TracChangeset for help on using the changeset viewer.