Show
Ignore:
Timestamp:
04/20/07 15:32:53 (6 years ago)
Author:
khali
Message:

More rrd cleanups:
* Update Makefile and README to mention hwmon class for newer

2.6 kernels

* Add missing shell declarations
* Update URI

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/rrd/Makefile

    r2982 r4373  
    1414#SENSDEV=w83781d-isa-0290 
    1515#SENSDIR=/proc/sys/dev/sensors/$(SENSDEV) 
    16 # 2.6 kernels 
    17 SENSDEV=0-0290 
    18 SENSDIR=/sys/bus/i2c/devices/$(SENSDEV) 
     16# 2.6 kernels up to 2.6.13 
     17#SENSDEV=0-0290 
     18#SENSDIR=/sys/bus/i2c/devices/$(SENSDEV) 
     19# 2.6.14 and later kernels 
     20SENSDEV=hwmon0 
     21SENSDIR=/sys/class/hwmon/$(SENSDEV)/device 
    1922################################################ 
    2023# Everything below here should be fine