[Buildroot] svn commit: trunk/buildroot/package: lm-sensors

Bernhard Fischer rep.dot.nop at gmail.com
Fri Sep 14 18:06:27 UTC 2007


On Fri, Sep 14, 2007 at 12:30:44PM +0100, Will Wagner wrote:
> Bernhard,
>
> The only other thing is that the sensors executable needs the 
> /etc/sensors.conf file otherwise it will fail to run. The default file is 
> enormous but it does work.

Since i never built it, can you tell me where the .conf lives?
Something like this could perhaps strip it a bit (iff there defaults, of
course..)
	cp -dpf $(LM_SENSORS_DIR)/the.conf $(TARGET_DIR)/the.conf
	$(SED) '/^#/d' -e "s/#.*//g" -e "/^$/d" $(TARGET_DIR)/the.conf
	# or something like this, perhaps. Manually customize it
	# otherwise, or provide your own, i'd say.
HTH,
Bernhard



More information about the buildroot mailing list